Merge pull request #167 from n8felton/innosetup5.5.4

Installer: Update Inno Setup to version 5.5.4 (Unicode)
This commit is contained in:
Sebastian Schuberth 2014-02-17 21:54:11 +01:00
Родитель e7951bf3ca 648473f4e5
Коммит cff197b72a
9 изменённых файлов: 16 добавлений и 3 удалений

Двоичные данные
share/InnoSetup/ISCC.exe

Двоичный файл не отображается.

Двоичные данные
share/InnoSetup/ISCmplr.dll

Двоичный файл не отображается.

Двоичные данные
share/InnoSetup/ISPP.chm

Двоичный файл не отображается.

Двоичные данные
share/InnoSetup/ISPP.dll

Двоичный файл не отображается.

Двоичные данные
share/InnoSetup/ISetup.chm

Двоичный файл не отображается.

Просмотреть файл

@ -1,7 +1,7 @@
; *** Inno Setup version 5.5.3+ Spanish messages ***
;
; Maintained by Jorge Andres Brugger (jbrugger@ideaworks.com.ar)
; Spanish.isl version 1.2 (20121214)
; Spanish.isl version 1.3 (20130207)
; Default.isl version 5.5.3
;
; Thanks to Germán Giraldo, Jordi Latorre, Ximo Tamarit, Emiliano Llano,
@ -68,7 +68,7 @@ ErrorTooManyFilesInDir=Imposible crear un archivo en la carpeta "%1" porque cont
; *** Setup common messages
ExitSetupTitle=Salir de la Instalación
ExitSetupMessage=La instalación no se ha completado aún. Si cancela ahora, el programa no se instalará;.%n%nPuede ejecutar nuevamente el programa de instalación en otra ocasión para completarla.%n%n¿Salir de la instalación?
ExitSetupMessage=La instalación no se ha completado aún. Si cancela ahora, el programa no se instalará.%n%nPuede ejecutar nuevamente el programa de instalación en otra ocasión para completarla.%n%n¿Salir de la instalación?
AboutSetupMenuItem=&Acerca de Instalar...
AboutSetupTitle=Acerca de Instalar
AboutSetupMessage=%1 versión %2%n%3%n%n%1 sitio Web:%n%4

Двоичные данные
share/InnoSetup/Setup.e32

Двоичный файл не отображается.

Двоичные данные
share/InnoSetup/SetupLdr.e32

Двоичный файл не отображается.

Просмотреть файл

@ -26,6 +26,19 @@ Portions Copyright &copy; 2000-2013 Martijn Laan. All rights reserved.<br />
For conditions of distribution and use, see <a href="http://www.jrsoftware.org/files/is/license.txt">LICENSE.TXT</a>.
</p>
<p><a name="5.5.4"></a><span class="ver">5.5.4 </span><span class="date">(2013-10-13)</span></p>
<ul>
<li>Added the Windows 8.1 "compatibility" section to the various manifest resources used by Inno Setup. This enables any check for the operating system version to get the real version number (6.3) instead of getting the same version number as it did in Windows 8 (6.2).</li>
<li>Compiler IDE: Added new option: <i>Show line numbers in gutter</i> (default: off).</li>
<li>Pascal Scripting changes:
<ul>
<li>Added new event function <tt>CurInstallProgressChanged</tt>, which you can use to monitor progress while Setup is extracting files, creating shortcuts, creating INI entries, and creating registry entries. See the help file and the <i>CodeExample1.iss</i> example script for more information. Contributed by <a href="https://github.com/tlama" target="_blank">TLama</a> via <a href="https://github.com/jrsoftware" target="_blank">GitHub</a>.</li>
<li><tt>WizardForm.BeveledLabel</tt> visibility is now automatically handled even if its caption was set from [Code].</li>
</ul>
<li>Unicode [Code] based on RemObjects Pascal Script Git commit 538905910852bcbeef646f26592a973d15d3d5ec.</li>
<li>Minor tweaks.</li>
</ul>
<p><a name="5.5.3"></a><span class="ver">5.5.3 </span><span class="date">(2013-01-30)</span></p>
<ul>
<li>Windows 8 change: [Icons] section flag <tt>excludefromshowinnewinstall</tt> now additionally prevents the new shortcut from being automatically pinned the Start screen.</li>
@ -55,7 +68,7 @@ For conditions of distribution and use, see <a href="http://www.jrsoftware.org/f
</ul>
</li>
<li>If the <tt>Flags</tt> parameter of a [Files] entry includes <tt>isreadme</tt> and the entry also has a <tt>BeforeInstall</tt> or <tt>AfterInstall</tt> parameter, the <tt>BeforeInstall</tt> or <tt>AfterInstall</tt> functions will now only be called when the file is installed and no longer a second time when the file is viewed after the installation has completed.</li>
<li>[Setup] section directive <tt>VersionInfoProductTextVersion</tt>, which sets the textual product version value, is now truncated at 50 characters instead of 20. Contributed by <a href="https://github.com/lukas-ais" target="_blank">Lukas Ais</a> via <a href="https://github.com/jrsoftware" target="_blank">GitHub</a>.</li>
<li>[Setup] section directive <tt>VersionInfoProductTextVersion</tt>, which sets the textual product version value, is now truncated at 50 characters instead of 20. Contributed by <a href="https://github.com/lukas-ais" target="_blank">Lukas G (AIS)</a> via <a href="https://github.com/jrsoftware" target="_blank">GitHub</a>.</li>
<li>The Inno Setup help file source code has been moved into the main Inno Setup source code repository.</li>
<li><i>Fix:</i> [Setup] section directive <tt>CloseApplicationsFilter</tt> was partially case sensitive.</li>
<li>Unicode [Code] based on RemObjects Pascal Script Git commit 31abd2925837d85a6965b5325e8fb7835ca73ea8.</li>