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.
==========