Try OpenEdge Now
skip to main content
Installation and Configuration
Installation : Performing an OpenEdge Installation in Windows : Running the Silent installation option for the Shared Network Installation Utility : Executing NetSetup with the Silent installation option
 
Executing NetSetup with the Silent installation option
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\setup.exe -psclog[C:\<path-to-file>] -s
     [-f1C:\<path-to-file>\response-file]
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:
[Progress NetSetup Messages]
Type=INFORMATION
Date=6-23-2005
Time=10:02:46
File=setup.rul
Line=987
Message=Setup is complete. You may run the installed program.
==========
Type=INFORMATION
Date=6-23-2005
Time=10:02:46
File=setup.rul
Line=377
Message=Completed Successfully.
==========