Skip to content

Commit 7dd05ea

Browse files
committed
[Installer] Update to Inno 6.5.3
1 parent aefae5e commit 7dd05ea

24 files changed

Lines changed: 550 additions & 402 deletions

Installer/Default.isl

Lines changed: 26 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; *** Inno Setup version 6.4.0+ English messages ***
1+
; *** Inno Setup version 6.5.0+ English messages ***
22
;
33
; To download user-contributed translations of this file, go to:
44
; https://jrsoftware.org/files/istrans/
@@ -9,10 +9,12 @@
99
; two periods being displayed).
1010

1111
[LangOptions]
12-
; The following three entries are very important. Be sure to read and
12+
; The following three entries are very important. Be sure to read and
1313
; understand the '[LangOptions] section' topic in the help file.
1414
LanguageName=English
1515
LanguageID=$0409
16+
; LanguageCodePage should always be set if possible, even if this file is Unicode
17+
; For English it's set to zero anyway because English only uses ASCII characters
1618
LanguageCodePage=0
1719
; If the language you are translating to requires special font faces or
1820
; sizes, uncomment any of the following entries and change them accordingly.
@@ -211,24 +213,27 @@ ReadyMemoGroup=Start Menu folder:
211213
ReadyMemoTasks=Additional tasks:
212214
213215
; *** TDownloadWizardPage wizard page and DownloadTemporaryFile
214-
DownloadingLabel=Downloading additional files...
216+
DownloadingLabel2=Downloading files...
215217
ButtonStopDownload=&Stop download
216218
StopDownload=Are you sure you want to stop the download?
217219
ErrorDownloadAborted=Download aborted
218220
ErrorDownloadFailed=Download failed: %1 %2
219221
ErrorDownloadSizeFailed=Getting size failed: %1 %2
220-
ErrorFileHash1=File hash failed: %1
221-
ErrorFileHash2=Invalid file hash: expected %1, found %2
222222
ErrorProgress=Invalid progress: %1 of %2
223223
ErrorFileSize=Invalid file size: expected %1, found %2
224224
225-
; *** TExtractionWizardPage wizard page and Extract7ZipArchive
226-
ExtractionLabel=Extracting additional files...
225+
; *** TExtractionWizardPage wizard page and ExtractArchive
226+
ExtractingLabel=Extracting files...
227227
ButtonStopExtraction=&Stop extraction
228228
StopExtraction=Are you sure you want to stop the extraction?
229229
ErrorExtractionAborted=Extraction aborted
230230
ErrorExtractionFailed=Extraction failed: %1
231231
232+
; *** Archive extraction failure details
233+
ArchiveIncorrectPassword=The password is incorrect
234+
ArchiveIsCorrupted=The archive is corrupted
235+
ArchiveUnsupportedFormat=The archive format is unsupported
236+
232237
; *** "Preparing to Install" wizard page
233238
WizardPreparing=Preparing to Install
234239
PreparingDesc=Setup is preparing to install [name] on your computer.
@@ -273,11 +278,15 @@ AbortRetryIgnoreSelectAction=Select action
273278
AbortRetryIgnoreRetry=&Try again
274279
AbortRetryIgnoreIgnore=&Ignore the error and continue
275280
AbortRetryIgnoreCancel=Cancel installation
281+
RetryCancelSelectAction=Select action
282+
RetryCancelRetry=&Try again
283+
RetryCancelCancel=Cancel
276284
277285
; *** Installation status messages
278286
StatusClosingApplications=Closing applications...
279287
StatusCreateDirs=Creating directories...
280288
StatusExtractFiles=Extracting files...
289+
StatusDownloadFiles=Downloading files...
281290
StatusCreateIcons=Creating shortcuts...
282291
StatusCreateIniEntries=Creating INI entries...
283292
StatusCreateRegistryEntries=Creating registry entries...
@@ -307,6 +316,14 @@ FileAbortRetryIgnoreSkipNotRecommended=&Skip this file (not recommended)
307316
FileAbortRetryIgnoreIgnoreNotRecommended=&Ignore the error and continue (not recommended)
308317
SourceIsCorrupted=The source file is corrupted
309318
SourceDoesntExist=The source file "%1" does not exist
319+
SourceVerificationFailed=Verification of the source file failed: %1
320+
VerificationSignatureDoesntExist=The signature file "%1" does not exist
321+
VerificationSignatureInvalid=The signature file "%1" is invalid
322+
VerificationKeyNotFound=The signature file "%1" uses an unknown key
323+
VerificationFileNameIncorrect=The name of the file is incorrect
324+
VerificationFileTagIncorrect=The tag of the file is incorrect
325+
VerificationFileSizeIncorrect=The size of the file is incorrect
326+
VerificationFileHashIncorrect=The hash of the file is incorrect
310327
ExistingFileReadOnly2=The existing file could not be replaced because it is marked read-only.
311328
ExistingFileReadOnlyRetry=&Remove the read-only attribute and try again
312329
ExistingFileReadOnlyKeepExisting=&Keep the existing file
@@ -325,6 +342,8 @@ ErrorChangingAttr=An error occurred while trying to change the attributes of the
325342
ErrorCreatingTemp=An error occurred while trying to create a file in the destination directory:
326343
ErrorReadingSource=An error occurred while trying to read the source file:
327344
ErrorCopying=An error occurred while trying to copy a file:
345+
ErrorDownloading=An error occurred while trying to download a file:
346+
ErrorExtracting=An error occurred while trying to extract an archive:
328347
ErrorReplacingExistingFile=An error occurred while trying to replace the existing file:
329348
ErrorRestartReplace=RestartReplace failed:
330349
ErrorRenamingTemp=An error occurred while trying to rename a file in the destination directory:

Installer/French.isl

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; *** Inno Setup version 6.4.0+ French messages ***
1+
; *** Inno Setup version 6.5.0+ French messages ***
22
;
33
; To download user-contributed translations of this file, go to:
44
; https://jrsoftware.org/files/istrans/
@@ -27,6 +27,7 @@
2727
; + Added new 6.0.0 messages
2828
; + Added new 6.1.0 messages
2929
; + Added new 6.4.0 messages
30+
; + Added new 6.5.0 messages
3031

3132
[LangOptions]
3233
; The following three entries are very important. Be sure to read and
@@ -231,24 +232,27 @@ ReadyMemoGroup=Dossier du menu Démarrer :
231232
ReadyMemoTasks=Tâches supplémentaires :
232233
233234
; *** TDownloadWizardPage wizard page and DownloadTemporaryFile
234-
DownloadingLabel=Téléchargement de fichiers supplémentaires...
235+
DownloadingLabel2=Téléchargement des fichiers...
235236
ButtonStopDownload=&Arrêter le téléchargement
236237
StopDownload=Êtes-vous sûr de vouloir arrêter le téléchargement ?
237238
ErrorDownloadAborted=Téléchargement annulé
238239
ErrorDownloadFailed=Le téléchargement a échoué : %1 %2
239-
ErrorDownloadSizeFailed=La récupération de la taille du fichier a échouée : %1 %2
240-
ErrorFileHash1=Le calcul de l'empreinte du fichier a échoué : %1
241-
ErrorFileHash2=Empreinte du fichier invalide : attendue %1, trouvée %2
240+
ErrorDownloadSizeFailed=La récupération de la taille du fichier a échoué : %1 %2
242241
ErrorProgress=Progression invalide : %1 sur %2
243242
ErrorFileSize=Taille du fichier invalide : attendue %1, trouvée %2
244243
245-
; *** TExtractionWizardPage wizard page and Extract7ZipArchive
246-
ExtractionLabel=Extraction de fichiers supplémentaires...
244+
; *** TExtractionWizardPage wizard page and ExtractArchive
245+
ExtractingLabel=Extraction des fichiers...
247246
ButtonStopExtraction=&Arrêter l'extraction
248247
StopExtraction=Êtes-vous sûr de vouloir arrêter l'extraction ?
249248
ErrorExtractionAborted=Extraction annulée
250249
ErrorExtractionFailed=L'extraction a échoué : %1
251250

251+
; *** Archive extraction failure detailsAdd commentMore actions
252+
ArchiveIncorrectPassword=Le mot de passe n'est pas correct
253+
ArchiveIsCorrupted=L'archive est corrompue
254+
ArchiveUnsupportedFormat=Le format de l'archive n'est pas supporté
255+
252256
; *** "Preparing to Install" wizard page
253257
WizardPreparing=Préparation de l'installation
254258
PreparingDesc=L'assistant d'installation prépare l'installation de [name] sur votre ordinateur.
@@ -293,11 +297,15 @@ AbortRetryIgnoreSelectAction=Choisissez une action
293297
AbortRetryIgnoreRetry=&Recommencer
294298
AbortRetryIgnoreIgnore=&Ignorer l'erreur et continuer
295299
AbortRetryIgnoreCancel=Annuler l'installation
300+
RetryCancelSelectAction=Choisissez une action
301+
RetryCancelRetry=&Recommencer
302+
RetryCancelCancel=Annuler
296303
297304
; *** Installation status messages
298305
StatusClosingApplications=Ferme les applications...
299306
StatusCreateDirs=Création des dossiers...
300307
StatusExtractFiles=Extraction des fichiers...
308+
StatusDownloadFiles=Téléchargement des fichiers...
301309
StatusCreateIcons=Création des raccourcis...
302310
StatusCreateIniEntries=Création des entrées du fichier INI...
303311
StatusCreateRegistryEntries=Création des entrées de registre...
@@ -327,6 +335,14 @@ FileAbortRetryIgnoreSkipNotRecommended=&Ignorer ce fichier (non recommandé)
327335
FileAbortRetryIgnoreIgnoreNotRecommended=&Ignorer l'erreur et continuer (non recommandé)
328336
SourceIsCorrupted=Le fichier source est altéré
329337
SourceDoesntExist=Le fichier source "%1" n'existe pas
338+
SourceVerificationFailed=La vérification du fichier source a échoué : %1
339+
VerificationSignatureDoesntExist=Le fichier de signature "%1" n'existe pas
340+
VerificationSignatureInvalid=Le fichier de signature "%1" est invalide
341+
VerificationKeyNotFound=Le fichier de signature "%1" utilise une clé inconnue
342+
VerificationFileNameIncorrect=Le nom du fichier est incorrect
343+
VerificationFileTagIncorrect=Le tag du fichier est incorrect
344+
VerificationFileSizeIncorrect=La taille du fichier est incorrecte
345+
VerificationFileHashIncorrect=L'empreinte du fichier est incorrecte
330346
ExistingFileReadOnly2=Le fichier existant ne peut pas être remplacé parce qu'il est protégé par l'attribut lecture seule.
331347
ExistingFileReadOnlyRetry=&Supprimer l'attribut lecture seule et réessayer
332348
ExistingFileReadOnlyKeepExisting=&Conserver le fichier existant
@@ -345,6 +361,8 @@ ErrorChangingAttr=Une erreur est survenue en essayant de modifier les attributs
345361
ErrorCreatingTemp=Une erreur est survenue en essayant de créer un fichier dans le dossier de destination :
346362
ErrorReadingSource=Une erreur est survenue lors de la lecture du fichier source :
347363
ErrorCopying=Une erreur est survenue lors de la copie d'un fichier :
364+
ErrorDownloading=Une erreur s'est produite en essayant de télécharger un fichier :
365+
ErrorExtracting=Une erreur s'est produite en essayant d'extraire une archive :
348366
ErrorReplacingExistingFile=Une erreur est survenue lors du remplacement d'un fichier existant :
349367
ErrorRestartReplace=Le marquage d'un fichier pour remplacement au redémarrage de l'ordinateur a échoué :
350368
ErrorRenamingTemp=Une erreur est survenue en essayant de renommer un fichier dans le dossier de destination :

Installer/German.isl

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
; ******************************************************
1+
; ******************************************************
22
; *** ***
3-
; *** Inno Setup version 6.4.0+ German messages ***
3+
; *** Inno Setup version 6.5.0+ German messages ***
44
; *** ***
55
; *** Changes 6.0.0+ Author: ***
66
; *** ***
@@ -232,24 +232,27 @@ ReadyMemoGroup=Startmenü-Ordner:
232232
ReadyMemoTasks=Zusätzliche Aufgaben:
233233

234234
; *** TDownloadWizardPage wizard page and DownloadTemporaryFile
235-
DownloadingLabel=Lade zusätzliche Dateien herunter...
235+
DownloadingLabel2=Lade Dateien herunter...
236236
ButtonStopDownload=Download &abbrechen
237237
StopDownload=Sind Sie sicher, dass Sie den Download abbrechen wollen?
238238
ErrorDownloadAborted=Download abgebrochen
239239
ErrorDownloadFailed=Download fehlgeschlagen: %1 %2
240240
ErrorDownloadSizeFailed=Fehler beim Ermitteln der Größe: %1 %2
241-
ErrorFileHash1=Fehler beim Ermitteln der Datei-Prüfsumme: %1
242-
ErrorFileHash2=Ungültige Datei-Prüfsumme: erwartet %1, gefunden %2
243241
ErrorProgress=Ungültiger Fortschritt: %1 von %2
244242
ErrorFileSize=Ungültige Dateigröße: erwartet %1, gefunden %2
245243

246244
; *** TExtractionWizardPage wizard page and Extract7ZipArchive
247-
ExtractionLabel=Entpacke zusätzliche Dateien...
245+
ExtractingLabel=Entpacke Dateien...
248246
ButtonStopExtraction=Entpacken &abbrechen
249247
StopExtraction=Sind Sie sicher, dass Sie das Entpacken abbrechen wollen?
250248
ErrorExtractionAborted=Entpacken abgebrochen
251249
ErrorExtractionFailed=Entpacken fehlgeschlagen: %1
252250

251+
; *** Archive extraction failure details
252+
ArchiveIncorrectPassword=Ungültiges Passwort
253+
ArchiveIsCorrupted=Das Archiv ist defekt
254+
ArchiveUnsupportedFormat=Das Archivformat wird nicht unterstützt
255+
253256
; *** "Preparing to Install" wizard page
254257
WizardPreparing=Vorbereitung der Installation
255258
PreparingDesc=Das Setup bereitet die Installation von [name] auf diesem Computer vor.
@@ -294,11 +297,15 @@ AbortRetryIgnoreSelectAction=Bitte auswählen
294297
AbortRetryIgnoreRetry=&Nochmals versuchen
295298
AbortRetryIgnoreIgnore=&Den Fehler ignorieren und fortfahren
296299
AbortRetryIgnoreCancel=Installation abbrechen
300+
RetryCancelSelectAction=Bitte auswählen
301+
RetryCancelRetry=&Wiederholen
302+
RetryCancelCancel=&Abbrechen
297303

298304
; *** Installation status messages
299305
StatusClosingApplications=Anwendungen werden geschlossen ...
300306
StatusCreateDirs=Ordner werden erstellt ...
301307
StatusExtractFiles=Dateien werden entpackt ...
308+
StatusDownloadFiles=Dateien werden herunter geladen...
302309
StatusCreateIcons=Verknüpfungen werden erstellt ...
303310
StatusCreateIniEntries=INI-Einträge werden erstellt ...
304311
StatusCreateRegistryEntries=Registry-Einträge werden erstellt ...
@@ -328,6 +335,14 @@ FileAbortRetryIgnoreSkipNotRecommended=Diese Datei &überspringen (nicht empfohl
328335
FileAbortRetryIgnoreIgnoreNotRecommended=Den Fehler &ignorieren und fortfahren (nicht empfohlen)
329336
SourceIsCorrupted=Die Quelldatei ist beschädigt
330337
SourceDoesntExist=Die Quelldatei "%1" existiert nicht
338+
SourceVerificationFailed=Überprüfung der Quelldatei fehlgeschlagen: %1
339+
VerificationSignatureDoesntExist=Die Signaturdatei "%1" existiert nicht
340+
VerificationSignatureInvalid=Die Signaturdatei "%1" ist ungültig
341+
VerificationKeyNotFound=Die Signaturdatei "%1" verwendet einen unbekannten Schlüssel
342+
VerificationFileNameIncorrect=Der Name der Datei ist ungültig
343+
VerificationFileTagIncorrect=Der Tag der Datei ist ungültig
344+
VerificationFileSizeIncorrect=Die Größe der Datei ist ungültig
345+
VerificationFileHashIncorrect=Der Hashwert der Datei ist ungültig
331346
ExistingFileReadOnly2=Die vorhandene Datei kann nicht ersetzt werden, da sie schreibgeschützt ist.
332347
ExistingFileReadOnlyRetry=&Den Schreibschutz entfernen und noch einmal versuchen
333348
ExistingFileReadOnlyKeepExisting=Die &vorhandene Datei behalten
@@ -346,6 +361,8 @@ ErrorChangingAttr=Fehler beim Ändern der Datei-Attribute:
346361
ErrorCreatingTemp=Fehler beim Erstellen einer Datei im Ziel-Ordner:
347362
ErrorReadingSource=Fehler beim Lesen der Quelldatei:
348363
ErrorCopying=Fehler beim Kopieren einer Datei:
364+
ErrorDownloading=Beim Download der Datei ist ein Fehler aufgetreten:
365+
ErrorExtracting=Beim Entpacken eines Archivs ist ein Fehler aufgetreten:
349366
ErrorReplacingExistingFile=Fehler beim Ersetzen einer vorhandenen Datei:
350367
ErrorRestartReplace="Ersetzen nach Neustart" fehlgeschlagen:
351368
ErrorRenamingTemp=Fehler beim Umbenennen einer Datei im Ziel-Ordner:

Installer/ISCC.exe

503 KB
Binary file not shown.

Installer/ISCmplr.dll

-78 KB
Binary file not shown.

Installer/ISCmplr.dll.issig

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
format issig-v1
2-
file-size 1552016
3-
file-hash 2c230c3e99bc42215221b2c847356fbbe9eae33a15a842be429e94fd26e7c436
1+
format issig-v2
2+
file-name "ISCmplr.dll"
3+
file-size 1472144
4+
file-hash 84c1b90ff35113f49b4a410b7f3d529570f4d08d4694bfe9c68272da91689770
5+
file-tag ""
46
key-id def020edee3c4835fd54d85eff8b66d4d899b22a777353ca4a114b652e5e7a28
5-
sig-r c41f0498b857eb9b0c2db7bc4b26ee48fd9bf625d833f601455b8a3e01222e8a
6-
sig-s 37bcddd584ca932ed1a534bbdff4e2d3834eb932b0b78e53b1505965c14a3232
7+
sig-r ffd1bcb1da879de883007ccd1057c491544086201cf0d98742c8f220f015424b
8+
sig-s db18f51c781219707fdca390a1342c264e775e02c05bd9f9fadac2ed4338bb53

Installer/ISPP.dll

2.5 KB
Binary file not shown.

Installer/ISPP.dll.issig

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
format issig-v1
2-
file-size 999568
3-
file-hash df4a8792bc1994d67b5ca9366d8e4e531d11511bf1013fe18fd0236b1caa6edf
1+
format issig-v2
2+
file-name "ISPP.dll"
3+
file-size 1002128
4+
file-hash 794c3a732d67f01bc47f8d330d7767a4aab3c81c244611691df74219319552c1
5+
file-tag ""
46
key-id def020edee3c4835fd54d85eff8b66d4d899b22a777353ca4a114b652e5e7a28
5-
sig-r 357cf38ea6e369ef8165ac3fe16c725406de51239043befc2b56ceb0dfba4984
6-
sig-s a5f131ab68e0b4b8e390167b9be445ed3377a5fe2c8098eb73c393674ddc98c1
7+
sig-r 4cac3fa4f0921df41ca7ddfb3ac2a1f7e042b1c4efe6e4bb8435d3277c55417e
8+
sig-s 67df9dc312f2b0667c8d3f3095c0e7a26355bde4b81d34453327a317ae4904d0

Installer/ISPPBuiltins.iss

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -229,14 +229,10 @@
229229
(Local[0] < 0 ? Local[1] : Local[0] + 1)
230230

231231
#define ExtractFilePath(str PathName) \
232-
(Local[0] = \
232+
Local[0] = \
233233
!(Local[1] = RPos("\", PathName)) ? \
234234
"" : \
235-
Copy(PathName, 1, Local[1] - 1)), \
236-
Local[0] + \
237-
((Local[2] = Len(Local[0])) == 2 && Copy(Local[0], Local[2]) == ":" ? \
238-
"\" : \
239-
"")
235+
Copy(PathName, 1, Local[1])
240236

241237
#define ExtractFileDir(str PathName) \
242238
RemoveBackslash(ExtractFilePath(PathName))
@@ -263,7 +259,7 @@
263259
#define AddBackslash(str S) \
264260
Copy(S, Len(S)) == "\" ? S : S + "\"
265261

266-
#define RemoveBackslash(str S) \
262+
#define RemoveBackslashUnlessRoot(str S) \
267263
Local[0] = Len(S), \
268264
Local[0] > 0 ? \
269265
Copy(S, Local[0]) == "\" ? \
@@ -272,6 +268,9 @@
272268
Copy(S, 1, Local[0] - 1)) : \
273269
S : \
274270
""
271+
#define RemoveBackslash(str S) \
272+
WarnRenamedVersion("RemoveBackslash", "RemoveBackslashUnlessRoot"), \
273+
RemoveBackslashUnlessRoot(S)
275274

276275
#define Delete(str *S, int Index, int Count = MaxInt) \
277276
S = Copy(S, 1, Index - 1) + Copy(S, Index + Count)

0 commit comments

Comments
 (0)