innoCompilerPath top-level property
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');