Inno Setup 5.5.6
July 16, 2015 - Inno Setup 5.5.6 released
• Added the Windows 10 "compatibility" section to the various manifest resources used by Inno Setup. <br /> This enables any check for the operating system version to get the real version number (10.0) instead of getting the same version number as it did in Windows 8.1 (6.3). <br /> • Added new [Setup] section directive: SignToolRetryCount, which defaults to 2. Specifies the number of times the Setup Compiler should automatically retry digital signing on any errors. <br /> • Added new [Setup] section directive: SetupMutex. Can be used to prevent Setup from running while Setup is already running. <br /> • Fix: Console-mode compiler (ISCC) change: Renamed /DO and /EO command line parameters to /O- and /O to avoid possible conflicts with /D. <br /> • Pascal Scripting change: Unicode Inno Setup: Added new functions VarIsClear and UnpinShellLink. <br /> • Inno Setup Preprocessor (ISPP) change: Added new function ForceDirectories. <br /> • Unicode <pre class="brush:bash;toolbar:false"> based on RemObjects Pascal Script Git commit db0d6f521113a31b34a76aeefd79fb148a9c4bfd. • Various documentation improvements. Contributed by jogo- via GitHub. • Minor tweaks.