Skip to content

Commit e1aefa1

Browse files
committed
Upgrade Inno Setup to version 5.5.6
See http://www.jrsoftware.org/files/is5-whatsnew.htm. Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent 9a8124e commit e1aefa1

File tree

13 files changed

+168
-157
lines changed

13 files changed

+168
-157
lines changed

Diff for: installer/InnoSetup/ISCC.exe

512 Bytes
Binary file not shown.

Diff for: installer/InnoSetup/ISCmplr.dll

1 KB
Binary file not shown.

Diff for: installer/InnoSetup/ISPP.chm

408 Bytes
Binary file not shown.

Diff for: installer/InnoSetup/ISPP.dll

1 KB
Binary file not shown.

Diff for: installer/InnoSetup/ISetup.chm

2.48 KB
Binary file not shown.

Diff for: installer/InnoSetup/Languages/Danish.isl

+142-144
Large diffs are not rendered by default.

Diff for: installer/InnoSetup/Languages/Dutch.isl

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ WinVersionTooLowError=Dit programma vereist %1 versie %2 of hoger.
4444
WinVersionTooHighError=Dit programma kan niet worden geïnstalleerd onder %1 versie %2 of hoger.
4545
AdminPrivilegesRequired=U moet aangemeld zijn als een systeembeheerder om dit programma te kunnen installeren.
4646
PowerUserPrivilegesRequired=U moet ingelogd zijn als systeembeheerder of als gebruiker met systeembeheerders rechten om dit programma te kunnen installeren.
47-
SetupAppRunningError=Setup heeft vastgesteld dat %1 op dit moment actief is.%n%nSluit alle vensters van dit programma, en klik daarna op OK om verder te gaan, of op Annuleren om Setup af te sluiten.
48-
UninstallAppRunningError=Het verwijderprogramma heeft vastgesteld dat %1 op dit moment actief is.%n%nSluit alle vensters van dit programma, en klik daarna op OK om verder te gaan, of op Annuleren om het verwijderen af te breken.
47+
SetupAppRunningError=Setup heeft vastgesteld dat %1 op dit moment actief is.%n%nSluit alle vensters hiervan, en klik daarna op OK om verder te gaan, of op Annuleren om Setup af te sluiten.
48+
UninstallAppRunningError=Het verwijderprogramma heeft vastgesteld dat %1 op dit moment actief is.%n%nSluit alle vensters hiervan, en klik daarna op OK om verder te gaan, of op Annuleren om het verwijderen af te breken.
4949

5050
; *** Misc. errors
5151
ErrorCreatingDir=Setup kan de map "%1" niet maken

Diff for: installer/InnoSetup/Languages/German.isl

+1-1
Original file line numberDiff line numberDiff line change
@@ -342,5 +342,5 @@ AssocFileExtension=&Registriere %1 mit der %2-Dateierweiterung
342342
AssocingFileExtension=%1 wird mit der %2-Dateierweiterung registriert...
343343
AutoStartProgramGroupDescription=Beginn des Setups:
344344
AutoStartProgram=Starte automatisch%1
345-
AddonHostProgramNotFound=%1 konnte im ausgwählten Ordner nicht gefunden werden.%n%nMöchten Sie dennoch fortfahren?
345+
AddonHostProgramNotFound=%1 konnte im ausgewählten Ordner nicht gefunden werden.%n%nMöchten Sie dennoch fortfahren?
346346

Diff for: installer/InnoSetup/Languages/Russian.isl

+4-4
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ SelectDirectoryLabel=
224224

225225
; *** Installation phase messages
226226
SetupAborted=Установка не была завершена.%n%nПожалуйста, устраните проблему и запустите установку снова.
227-
EntryAbortRetryIgnore=Нажмите «Повтор», чтобы повторить попытку, «Пропустить», чтобы пропустить файл, или «Отказ» для отмены установки.
227+
EntryAbortRetryIgnore=Нажмите «Повтор», чтобы повторить попытку, «Пропустить», чтобы пропустить файл, или «Прервать» для отмены установки.
228228

229229
; *** Installation status messages
230230
StatusClosingApplications=Закрытие приложений...
@@ -255,11 +255,11 @@ ErrorRegWriteKey=
255255
ErrorIniEntry=Ошибка создания записи в INI-файле "%1".
256256

257257
; *** File copying errors
258-
FileAbortRetryIgnore=Нажмите «Повтор», чтобы повторить, «Пропустить», чтобы пропустить файл (не рекомендуется) или «Отказ» для выхода.
259-
FileAbortRetryIgnore2=Нажмите «Повтор», чтобы повторить, «Пропустить», чтобы игнорировать ошибку (не рекомендуется) или «Отказ» для выхода.
258+
FileAbortRetryIgnore=Нажмите «Повтор», чтобы повторить, «Пропустить», чтобы пропустить файл (не рекомендуется) или «Прервать» для выхода.
259+
FileAbortRetryIgnore2=Нажмите «Повтор», чтобы повторить, «Пропустить», чтобы игнорировать ошибку (не рекомендуется) или «Прервать» для выхода.
260260
SourceIsCorrupted=Исходный файл поврежден
261261
SourceDoesntExist=Исходный файл "%1" не существует
262-
ExistingFileReadOnly=Существующий файл помечен как «файл только для чтения».%n%nНажмите «Повтор» для удаления атрибута «только для чтения», «Пропустить», чтобы пропустить файл или «Отказ» для выхода.
262+
ExistingFileReadOnly=Существующий файл помечен как «файл только для чтения».%n%nНажмите «Повтор» для удаления атрибута «только для чтения», «Пропустить», чтобы пропустить файл или «Прервать» для выхода.
263263
ErrorReadingExistingDest=Произошла ошибка при попытке чтения существующего файла:
264264
FileExists=Файл уже существует.%n%nПерезаписать его?
265265
ExistingFileNewer=Существующий файл более новый, чем устанавливаемый. Рекомендуется сохранить существующий файл.%n%nВы хотите сохранить существующий файл?

Diff for: installer/InnoSetup/Setup.e32

1.5 KB
Binary file not shown.

Diff for: installer/InnoSetup/SetupLdr.e32

0 Bytes
Binary file not shown.

Diff for: installer/InnoSetup/license.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Inno Setup License
44
Except where otherwise noted, all of the documentation and software included
55
in the Inno Setup package is copyrighted by Jordan Russell.
66

7-
Copyright (C) 1997-2014 Jordan Russell. All rights reserved.
8-
Portions Copyright (C) 2000-2014 Martijn Laan. All rights reserved.
7+
Copyright (C) 1997-2015 Jordan Russell. All rights reserved.
8+
Portions Copyright (C) 2000-2015 Martijn Laan. All rights reserved.
99

1010
This software is provided "as-is," without any express or implied warranty.
1111
In no event shall the author be held liable for any damages arising from the

Diff for: installer/InnoSetup/whatsnew.htm

+17-4
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,24 @@
2121

2222
<div class="bluehead"><span class="head1">Inno Setup 5</span><br /><span class="head2">Revision History</span></div>
2323

24-
<p>Copyright &copy; 1997-2014 <a href="http://www.jrsoftware.org/">Jordan Russell</a>. All rights reserved.<br />
25-
Portions Copyright &copy; 2000-2014 Martijn Laan. All rights reserved.<br />
24+
<p>Copyright &copy; 1997-2015 <a href="http://www.jrsoftware.org/">Jordan Russell</a>. All rights reserved.<br />
25+
Portions Copyright &copy; 2000-2015 Martijn Laan. All rights reserved.<br />
2626
For conditions of distribution and use, see <a href="http://www.jrsoftware.org/files/is/license.txt">LICENSE.TXT</a>.
2727
</p>
2828

29+
<p><a name="5.5.6"></a><span class="ver">5.5.6 </span><span class="date">(2015-07-16)</span></p>
30+
<ul>
31+
<li>Added the Windows 10 "compatibility" section to the various manifest resources used by Inno Setup.</li>
32+
<li>Added new [Setup] section directive: <tt>SignToolRetryCount</tt>, which defaults to <tt>2</tt>. Specifies the number of times the Setup Compiler should automatically retry digital signing on any errors.</li>
33+
<li>Added new [Setup] section directive: <tt>SetupMutex</tt>. Can be used to prevent Setup from running while Setup is already running.</li>
34+
<li><i>Fix:</i> Console-mode compiler (ISCC) change: Renamed /DO and /EO command line parameters to /O- and /O+ to avoid possible conflicts with /D.</li>
35+
<li>Pascal Scripting change: Unicode Inno Setup: Added new functions <tt>VarIsClear</tt> and <tt>UnpinShellLink</tt>.</li>
36+
<li>Inno Setup Preprocessor (ISPP) change: Added new function <tt>ForceDirectories</tt>.</li>
37+
<li>Unicode [Code] based on RemObjects Pascal Script Git commit db0d6f521113a31b34a76aeefd79fb148a9c4bfd.</li>
38+
<li>Various documentation improvements. Contributed by <a href="https://github.com/jogo-" target="_blank">jogo-</a> via <a href="https://github.com/jrsoftware" target="_blank">GitHub</a>.</li>
39+
<li>Minor tweaks.</li>
40+
</ul>
41+
2942
<p><a name="5.5.5"></a><span class="ver">5.5.5 </span><span class="date">(2014-07-09)</span></p>
3043
<ul>
3144
<li>/LOG: Now logs INI entries. Also improved logging of icon entries.</li>
@@ -46,7 +59,7 @@
4659
</li>
4760
<li>Inno Setup Preprocessor (ISPP) changes:
4861
<ul>
49-
<li>Added function <tt>DeleteFileNow</tt>.</li>
62+
<li>Added new function <tt>DeleteFileNow</tt>.</li>
5063
<li>Added 64-bit support to function <tt>ReadReg</tt>.</li>
5164
</ul>
5265
</li>
@@ -72,7 +85,7 @@
7285
<p><a name="5.5.3"></a><span class="ver">5.5.3 </span><span class="date">(2013-01-30)</span></p>
7386
<ul>
7487
<li>Windows 8 change: [Icons] section flag <tt>excludefromshowinnewinstall</tt> now additionally prevents the new shortcut from being automatically pinned the Start screen.</li>
75-
<li>Added new command line parameters supported by Setup: /HELP and /?. Cause Setup to display the list of accepted command line parameters in a message box, exiting with exit code 0 afterwards. Ignored if the <tt>UseSetupLdr</tt> [Setup] section directive was set to <tt>no</tt>.</li>
88+
<li>Added new command line parameters supported by Setup: /HELP and /?. Causes Setup to display the list of accepted command line parameters in a message box, exiting with exit code 0 afterwards. Ignored if the <tt>UseSetupLdr</tt> [Setup] section directive was set to <tt>no</tt>.</li>
7689
<li>Added new command line parameter supported by Inno Setup's own installer: /PORTABLE=1. Causes Inno Setup's own installer to not create an uninstaller nor an entry in the <i>Add/Remove Programs</i> Control Panel applet. Also supported by QuickStart Pack's installer.</li>
7790
<li>Added workaround for bug in 64-bit Windows which in some cases would cause Windows to display an error message when a user tries to change the icon of an installed shortcut.</li>
7891
<li>Updated the compiler and document icons, created by Motaz Alnuweiri.</li>

0 commit comments

Comments
 (0)