Standard VersionPro VersionChanges in build #31- New: new "Separate data file from installer" option in the Build tab. If this option is selected, the data are saved to a separate file with a .d01 extension. This allows to reduce the time Windows Vista may take to scan large installers (> 50 Mb).
- New: if the name of the install directory in the Options tab ends with the #title macro, then the product name is automatically added to the name of the install directory if the user selects a new install folder with the folder selector.
- New: new #Desktop# and #AllUsersDesktop# macros that allow you to install files to the user's destkop. Note: #AllUsersDesktop# is available only in Install Creator Pro.
Changes in build #30Install Creator and Install Creator Pro- New: the File box in the INI options in the Options tab now supports macros (except for the #InstallDir# macro).
Install Creator Pro only- New: the "File to launch before uninstallation" box in the Uninstaller tab now supports macros.
- New: the "File to launch before uninstallation" box in the Uninstaller tab can now contain command line parameters. Just surround the pathname with double-quote characters and add the command line options after the pathname. E.g. "#InstallDir#\MyProgram.exe" /E
- New: you can now write binary values in the registry without using an external file. To do it, create (in the Install Info tab) a key with a string value and enters as string ":hex:" followed by the binary value in hexadecimal format, e.g. :hex:4a,1f
Link to
build #29