Command Line Switches
In addition to the setup's default command line switches such as -s, which runs a setup in silent mode, further script-defined command line switches can be used.
/P [Path] – This will save an extended log to the specified log path.
/? – Lists the script-defined command line switches.
Run Setup.exe file with the appropriate command line switches.
An example for setting extended logging:
S:\AS-Release\enaio-9.10\Win32\Disk1\Setup.exe /P C:\tmp
The specified directory must exist and you require write access to it. The installation process will be logged in detail and the install.log log file will be written to the specified directory. This option suits best when the installation did not yield the intended results. In this case, run the installation with the command line switch.The log file may provide information on errors.
This call lists script-defined command line switches:
S:\AS-Release\enaio-9.10\Win32\Disk1\Setup.exe /?
This shows script-defined command line switches in an info box.
Click OK to exit the setup.