Navigation:  Actions > Installers > Inno Setup >

Inno Setup Action Project Tab

Previous pageReturn to chapter overviewNext page

This tab of the Inno Setup action specifies the installer project to be compiled.

 

Filename: The filename of the Inno Setup script to compile (required).

 

Quiet mode: Quiet compile (print only error messages).  Applies only to Inno Setup 5.05 and later.

 

Output path: Specify an output path for the executable (overriding any OutputDir setting in the script).  Applies only to Inno Setup 5.05 and later.

 

Output filename: Specify an output filename for the executable (overriding any OutputBaseFilename setting in the script).  Applies only to Inno Setup 5.06 and later.

 

Preprocessor definition names/values: Emulates an Inno Setup Preprocessor #define directive.  Enter a definition name and its value in the edit fields, and click Insert to add to the list.  Select an item in the list to update its value or delete it from the list.

 

Note: This option applies only when the Inno Setup Preprocessor is installed.