Execute NetSetup with the Silent installation option
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Once the response file exists, the installation process using the silent mode can be initiated.
To initiate NetSetup with the Silent installation option, enter the following command on the command line to run NetSetup in silence:
|
- drive:\destination path\netsetup
- The path to where the NetSetup utility resides on the server in the OpenEdge product file structure.
- setup.exe
- The command to run the NetSetup program.
- -psclog[C:\<path-to-file>]
- The required parameter to run NetSetup in Silent installation mode. This parameter is
also optionally used to identify a path to a log file that contains information about
the status of the silent installation.
The log file created by the installation program is called PscNetSetupMsg.log.
-
-s - The required parameter to run an installation without requiring user interaction. This parameter is executed with the setup.exe to run a silent installation.
-f1<path>\<response-file-name>- Specifies the name of the response file. By default, the install will look for the file setup.iss in the same directory as setup.exe is located.
The following example shows the typical contents of the PscNetupMsg.log file:
|
Note:
- The NetSetup log file name is PscNetSetupMsg.log for 32-bit installation and PscNetSetupMsg64.log for 64-bit installation.
- The installation program creates this NetSetup log file at the path given in the
-psclogparameter of the psclog[C:\<path-to-file>] command. The InstallShield also creates the default log file setup.log under the same directory where the response file (setup.iss) exists.