innoCompilerPath top-level property

String innoCompilerPath
getter/setter pair

The path to the Inno Setup compiler.

This path is computed by joining the programfilesDir with the directories 'Inno Setup 6' and 'ISCC.exe'.

Example: If the programfilesDir is C:\Program Files (x86), then the innoCompilerPath will be C:\Program Files (x86)\Inno Setup 6\ISCC.exe.

Implementation

String innoCompilerPath = join(assetsPath!, 'ISCC.exe');