Kbase P113644: silent install fails when using -psc_f1 parameter with double quotes
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/02/2010 |
|
Status: Verified
SYMPTOM(s):
silent install fails when using -psc_f1 parameter with double quotes
The following command fails without error output:
"<install path>\setup.exe" -psc_s -notify -psc_f1="<path>\oesetup.ini" -psc_f2=<path>\setup101A.log
The following command works:
"<install path>\setup.exe" -psc_s -notify -psc_f1=<path>\oesetup.ini -psc_f2=<path>\setup101A.log
FACT(s) (Environment):
Windows NT 32 Intel/Windows 2000
OpenEdge 10.1x
CAUSE:
Bug# OE00126898
FIX:
As a workaround, when needing to have spaces in the path or file name, use the ~1 notation . For example , use "progra~1" instead of "program files".