Calling Inno Setup from the command line
I needed to call Inno Setup from the command line (Windows) in order to have a one click build script for a project I’m working on.
Here’s my example:
“C:\Program Files\Inno Setup 5\Compil32.exe” /cc Setup.iss
Thus in general it would be:
[full path to Compil32.exe] /cc [name of your inno script]





