
#INNO SCRIPT STUDIO DEFAULTDIRNAME CODE#
Specifies a custom exit code that Setup is to return when the system needs to be restarted following a successful installation. Typically used along with /silent or /verysilent.
#INNO SCRIPT STUDIO DEFAULTDIRNAME INSTALL#
Prevents Setup from restarting the system following a successful installation, or after a Preparing to Install failure that requests a restart. Useful along with '/silent or '/verysilent. Prevents the user from canceling during the installation process, by disabling the Cancel button and ignoring clicks on the close button.

If you do not specify this command line option then the installer will log to a file with the name "Setup Log #.txt" in the current users TEMP folder. If the file cannot be created, Setup will abort with an error message.

If a file with the specified name already exists it will be overwritten. This allows you to specify a fixed path/filename to use for the log file. O Any task dialog or message box displayed by support functions TaskDialogMsgBox and MsgBox. O Any (error) message box displayed before Setup (or Uninstall) could read the command line parameters. O The FileNotInDir2 message box displayed when Setup requires a new disk to be inserted and the disk was not found.

When a setup is very silent this installation progress window is not displayed. When Setup is silent the wizard and the background window are not displayed but the installation progress window is. Instructs Setup to be silent or very silent. Ignored if the UseSetupLdr section directive was set to no.
