Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Inno setup version

Use unicode compiler

Instructs the action to use the command line compiler that is unicode compliant. 

Use command line compiler

Instructs the action to use the standard command line compiler for InnoSetup. 

Code signing

Supported in Inno setup 5.4.2 and later, this option allows the specification of the code signing tool to use. An example of this is "MySignTool=C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bin\signtool.exe sign /f C:\certs\mycert.pfx /p MYPASSWORD -t http://timestamp.verisign.com/scripts/timestamp.dll $f"

Preprocessor

Use preprocessor

Definition

Value

...

The preprocessor definitions and their value. Use the add and delete buttons to change the list of preprocessors required for the Inno setup project selected.

Preprocessor command line options

Extra command line options to include in the call to Inno setup for this project.