Martijn Laan
|
2c669ae702
Merge branch 'main' into files-downloadarchive
|
1 month ago |
Martijn Laan
|
6126cac9a6
Put throttling of progress callbacks to [Code] in the correct places and also make it time-based.
|
1 month ago |
Martijn Laan
|
60b42c9778
Make DownloadingLabel and ExtractionLabel consistent with StatusDownloadFiles and StatusExtractFiles, otherwise it looks bad when both download or extract methods are used by the same Setup, like how DownloadFile.iss uses both download methods. Also give ExtractionLabel a proper name.
|
1 month ago |
Martijn Laan
|
0970f192da
Make AskRetryDownloadArchivesToExtract msgbox a nice one, consistent with AbortRetryIgnoreTaskDialogMsgBox. Do same for RenameUninstallExe. Todo: new message commit + make LastBaseNameOrUrl available to [Code].
|
1 month ago |
Martijn Laan
|
4960136b03
Fix/improve DownloadArchivesToExtract.
|
1 month ago |
Martijn Laan
|
ab38d96ced
Make sure it always downloads archives just once and not a second time on retries because of error with other archive.
|
1 month ago |
Martijn Laan
|
4f8f644787
Fix.
|
1 month ago |
Martijn Laan
|
2d0ec7b9e5
Add support for dowload+extractarchives in a simple and clean way 👍
|
1 month ago |
Martijn Laan
|
46252ab541
Cleanup.
|
1 month ago |
Martijn Laan
|
a73d49d52e
Cleanup by adding TSetupFileVerification.
|
1 month ago |
Martijn Laan
|
41e4b363cd
Add SHA256 verification in all places where it can do ISSig verification, using new [Files] parameter Hash.
|
1 month ago |
Martijn Laan
|
8e6d25739d
SetDownloadCredentials cleanup.
|
2 months ago |
Martijn Laan
|
12357a3acf
Allow empty ISSigUrl for automatic handling.
|
2 months ago |
Martijn Laan
|
369ea1627a
Cleanup IssigUrl->ISSigUrl.
|
2 months ago |
Martijn Laan
|
95995123dd
Add DownloadTemporaryFileWithISSigVerify + doc tweaks.
|
2 months ago |
Martijn Laan
|
01dc41cb81
Actually, do move Extract(7Zip)ArchiveRedir's outer exception handling up one level. Does not add extra duplicate code and still keeps it as 6.4.3.
|
2 months ago |
Martijn Laan
|
f718296112
Improve Add(Ex)WithISSigVerify: accept both URLs at once.
|
2 months ago |
Martijn Laan
|
6733dc7803
Add TDownloadWizardPage support class functions AddWithISSigVerify and AddExWithISSigVerify. Todo: doc & update CodeDownloadFiles2.iss. Also doc something to prevent people from doing issigverify twice on a downloaded archive.
|
2 months ago |
Martijn Laan
|
a801fc579b
Make [Code]'s ISSigVerify use Setup.Install's DoISSigVerify (which is new on this branch) to remove duplicate code. Also add DoISSigVerify support to Setup.Install's DownloadTemporaryFile, not yet used.
|
2 months ago |
Martijn Laan
|
f770e48db8
Finishing touches.
|
2 months ago |
Martijn Laan
|
a991f57982
Unit names cleanup.
|
2 months ago |
Martijn Laan
|
6218a86f54
Mark Extract7ZipArchive as obsolete/renamed. If it's called anyway and a 7-Zip DLL is available, still use the DLL version.
|
2 months ago |
Martijn Laan
|
0d1c4dcdc6
Add [Setup] section directive ArchiveExtraction. Removes the need for the script to handle inclusion/extraction/loading.
|
2 months ago |
Martijn Laan
|
c48d7bef4d
Tweak archive extraction mode logging.
|
2 months ago |
Martijn Laan
|
9f4ec000ec
Add TExtractionWizardPage.AddEx. Todo: test & doc. Also some other minor tweaks.
|
2 months ago |
Martijn Laan
|
8c9f074319
Add ExtractArchive support to TExtractionWizardPage. Todo: add AddEx to specify password.
|
2 months ago |
Martijn Laan
|
4d26869349
DownloadTemporaryFileOrExtract7ZipArchiveProcessMessages -> DownloadTemporaryFileOrExtractArchiveProcessMessages.
|
2 months ago |
Martijn Laan
|
4a4c51302f
Add Redir support to Extract7ZipArchive.
|
2 months ago |
Martijn Laan
|
6910a147a5
Finishing touches.
|
8 months ago |
Martijn Laan
|
96853695e2
Update for new messages.
|
8 months ago |