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

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)

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.

Inno Setup 5.3.2 Beta (2009-05-29)

Květen 29th, 2009
  • Replaced constant {regasmexe} with {dotnet11} and {dotnet20}.
  • Pascal Scripting: Added new PrepareToInstall event function. Return a non empty string from this function to instruct Setup to stop at the Preparing to Install wizard page showing the returned string as the error message.
  • Minor fixes and tweaks.

Inno Setup 5.3.1 Beta (2009-05-15)

Květen 15th, 2009
  • [Setup] directive AppMutex and support function CheckForMutexes change: to specify a mutex name containing a comma you can now escape the comma with a backslash.
  • Minor tweaks.