Consultor Eletrônico



Kbase P107722: Installation response file is created always as C:\WINDOWS\oesetup.ini even though -psc_f1 parameter
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   5/31/2006
Status: Verified

FACT(s) (Environment):

Windows NT 32 Intel/Windows 2000
OpenEdge 10.1A

SYMPTOM(s):

Installation response file is created always as C:\WINDOWS\oesetup.ini even though -psc_f1 parameter is used

Command line being used to create installtion response file

Creating installation response file using the -psc-r parameter

%path-to-cd%\setup.exe -psc-r -psc-f1C:\SUPPORT\10.1A1B\install\response.iss

CAUSE:

Missing equal sign "=" after the -psc_f1 parameter

FIX:

Add the missing equal sign after the -psc_f1 parameter so that the
resulting command line looks like:
%path-to-cd%\setup.exe -psc_r -psc_f1=C:\SUPPORT\10.1A1B\install\response.iss