Kbase P116996: Performing a silent install of OpenEdge 10.1A and above on Windows
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  17/11/2008 |
|
Status: Verified
GOAL:
Performing a silent install of OpenEdge 10.1A and above on Windows
GOAL:
How to perform a Local Silent install of OpenEdge 10.1A and above on Windows?
GOAL:
How to run silent installation of OpenEdge 10.1A and above on Windows?
GOAL:
Is there a way to intall progress remotely without user interaction?
FACT(s) (Environment):
OpenEdge 10.1x
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 a .ini file.
Use this syntax to initiate an InstallShield response file:
<drive>:\setup.exe -psc_r -psc_f1=<drive>:\<path-to-file>\<filename>.ini
Once you have created the response file, setup.ini, use the following syntax to run the install silently:
<drive>:\setup.exe -psc_s -psc_f1=<drive>:\<path-to-file>\<filename>.ini [ -psc_f2=<drive>:\<path-to-file>\<filename>.log ]
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 or can be sent to an specific directory using -psc_f2=.
Example:
c:\setup -psc_r -psc_f1=d:\OE101AinstallFiles\setup.ini
c:\setup -psc_s -psc_f1=d:\OE101AinstallFiles\setup.ini -psc_f2=d:\OE101AinstallFiles\Log\setup.log