Installer Window |
Top Previous Next |
This step allows you to edit the properties of an Installer. Installer File This is the file that is to be installed. If there is more than one file that is part of the installer, this is the main one that will be executed. Include Entire Directory Check this box to include all files (and sub-directories) in the same directory as the main installer file. Return Codes This applies only for EXE, BAT, and CMD installers. Installers usually have a return code of 0 for success and anything else for an error. However, some installers use different values for success (sometimes they are only warnings that can be safely ignored.) Enter any codes that should report success here separated by commas. MSI Options For MSI, MSU, and MSP installers there are a number of options which can be passed to msiexec.exe as part of the install. Operation Install is the most common option, but the others are available if you wish to use them. Restart Some installers must be restarted to complete the installation (such as when files are in use.) You can decide how to the restarts will be handled. The (not set) option doesn't include any option for restarting, this will use the installer's default option or you can include some other option on the command line (see below.) Quiet Most often you will want to leave checked (see Silent Options for more information) but there may be times when you want to use a different command line option than /q or when the installer doesn't work properly with this option. Command Line You can add additional command-line options here and see the final command-line that will be executed on the target computer. See Also |