Archive for Srpen, 2009

Inno Setup 5.3.4 (2009-08-15)

Neděle, 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.

Česká verze Inno Setup je na síti Facebook

Sobota, Srpen 15th, 2009

Pokud se chcete dozvídat včas informace o nových verzích české verze Inno Setup, můžete k tomu využívat možnosti Facebooku.

Inno Setup Czech (česky) na Facebook

Inno Setup 5.3.3 (2009-08-01)

Sobota, Srpen 1st, 2009
  • [Setup] section directives VersionInfoPro­ductVersion now sets the binary product version value instead of the textual product version value.
  • Added new [Setup] section directive: VersionInfoPro­ductTextVersi­on, which sets the textual product version value. Its default value is VersionInfoPro­ductVersion if set, else VersionInfoVersion.
  • [Setup] section directives DisableDirPage and DisableProgram­GroupPage can now be set to auto. If they are, at startup Setup will look in the registry to see if the same application is already installed, and if so, it will hide the pages automatically.
  • Pascal Scripting changes:
    • WizardForm.Pre­vAppDir is now available and returns the directory of the previous installation. Returns an empty string if there's no previous installation or if UsePreviousAppDir is set to no or if Uninstallable was previously set to no.
    • While running any PrepareToInstall event function Setup now displays the Preparing to Install wizard page instead of the Ready to Install page and disables itself.
  • Added the Windows 7 „compatibility“ section to the various manifest resources used by Inno Setup.
  • Documentation improvements.