CreateInstall 5.3.0 [ September 25, 2009 ]Added:
CreateInstall Light and Free versions were released.
Checkbox 'Create autorun file (autorun.inf)' on Project-Setup Builder.
Multi Build menu item to Menu - Setup.
The Multi Build list of global variables to Project - Setup Builder.
It allows you to create some setups from one project.
Command line option -v. It allows you to specify global variables
through the command line parameters. For example,
cicmd.exe -v "var1=My string;var2=10" projects\myproject.ci
Variables $var1$ and $var2$ will be substituted in your project.
Command line option -m<i>. <i> is the number of setups in
Multi Build feature.
cicmd.exe -m2 projects\myproject.ci
Improved:
Wizard for new projects. Added some parameters in Simple new project.
Fixed:
Custom global variables were not substituted in the projects.
Some minor bugs.
|