Kbase P11625: How to perform a silent install of Progress 9 or Openedge 10.0B or earlier on Windows
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  27/10/2010 |
|
Status: Verified
GOAL:
How to perform a silent install of Progress 9 or Openedge 10.0B or earlier on Windows
GOAL:
How to run silent installation?
GOAL:
Is there a way to intall progress remotely without user interaction?
FACT(s) (Environment):
Progress 9.1x
OpenEdge 10.0x
Windows
FIX:
To perform a Local Silent install of Progress you must first create a response file. InstallShield creates a response file for you by recording all your installation choices in the setup.iss file and places the file in the Windows directory.
Use this syntax to initiate an InstallShield response file:
<drive>:\setup.exe -r -f1<drive>:\<path-to-file>\setup.iss
Once you have created the response file, setup.iss, use the following syntax to run the install silently:
<drive>:\setup.exe -s -f1<drive>:\<path-to-file>\setup.iss
In the above sample, path-to-file indicates the location of the setup file.
The setup.log file is by default created in the same directory as the setup.iss file.