
iscc
List of commands for iscc:
-
iscc:tldr:48a11 iscc: Quietly compile an Inno Setup installer.$ iscc /Q ${path\to\file-iss}try on your machineexplain this command
-
iscc:tldr:7228e iscc: Compile an Inno Setup script.$ iscc ${path\to\file-iss}try on your machineexplain this command
-
iscc:tldr:74375 iscc: Compile a signed Inno Setup installer.$ iscc /S=${name}=${command} ${path\to\file-iss}try on your machineexplain this command