- The PrivilegesRequired [Setup] section directive can now be set to lowest. On Windows Vista and later this instructs Setup to not request elevated rights (via a User Account Control dialog) even if it was started by a member of the Administrators group. Do not use this setting unless you are sure your installation will run successfully on unprivileged accounts. On Windows NT/2000/XP/2003, lowest behaves the same as none.
- Added new Compiler IDE option: Autosave before compiling.
- [Tasks] section flags checkedonce and unchecked may now be combined. This combination specifies the task to be unchecked by default on the first install, and always unchecked by default on subsequent installs as well.
- A problem with „Not Implemented“ errors when Setup or Uninstall was run on Windows 7 under special conditions such as from a non-interactive service was fixed.
- Changed the CodePrepareToInstall.iss example script to use the RunOnce registry key instead of a shortcut placed in {commonstartup}.
- Pascal Scripting: the Non Unicode compiler now has a PAnsiChar type just like the Unicode compiler.
- Added official Japanese translation.
- Unicode [Code] based on RemObjects Pascal Script SVN code revision 197.
- Minor tweaks.
Inno Setup 5.3.7 (2010-01-06)
Leden 6th, 2010Inno Setup 5.3.6 (2009-11-14)
Listopad 23rd, 2009Nová verze Inno Setup přináší drobné rozšíření podpory Windows 7 a
přidává rozšíření v Pascalu.
Read the rest of this entry »
Inno Setup 5.3.5 (2009-09-23)
Září 23rd, 2009- Windows 7 changes:
- Setup, Uninstall and custom TOutputProgressWizardPage pages now make use of the new Windows 7 taskbar functionality to display progress, pause and error indicators on their taskbar buttons.
- Added new [Icons] section parameter: AppUserModelID. Specifies the Windows 7 Application User Model ID for the shortcut. Ignored on earlier Windows versions and on server versions. This parameter can include constants.
- Windows 7 and Vista changes:
- Setup, Uninstall and custom TOutputProgressWizardPage pages now display pause and error indicators on their progress bars.
- Setup and Uninstall now call the Windows API function ShutdownBlockReasonCreate to set the shutdown block reason string to be displayed to the user if system shutdown is initiated. Note: this change is purely cosmetic, the fact that Setup and Uninstall block system shutdown is not new.
- Pascal Scripting changes:
- TWinControl: Added new ParentBackground property. By setting this to False, you can ensure the background of a TPanel will always display the color assigned to its Color property, instead of it becoming transparent under certain conditions. See the CodeClasses.iss example script for an example.
- The Unicode compiler now behaves identical to the Non Unicode compiler if a language uses more than one .isl file (it no longer requires the LanguageCodePage to be set in each file), or if a languages LanguageCodePage is overwritten from the .iss file (it no longer ignores this), or if any language specific plain text ANSI LicenseFile, InfoBeforeFile, or InfoAfterFile is used (it now converts these to Unicode using the languages LanguageCodePage at compile-time, instead of using the system codepage at run-time).
- Fix: Pascal scripting: passing a Unicode string to some built-in functions like Copy caused the string to be converted to ANSI.
- The uninstall program's version is now 51.(10)50.0.0.
- Minor tweaks.
Inno Setup 5.3.4 (2009-08-15)
Srpen 16th, 2009- On Windows 7 the Compiler IDE now displays a progress indicator on its taskbar button.
- Pascal Scripting: Documented function IDispatchInvoke, which can be used to access a COM Automation property or method whose name is a reserved word.
- Unicode Inno Setup fixes:
- [Registry] section entries with ValueType set to binary did not set the correct value.
- Pascal scripting: setting a COM Automation property or method parameter to a Unicode string variable caused an ‚Invalid Type‘ error.