Kbase P96274: Silent Setup installation fails with ResultCode -5008
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  3/17/2010 |
|
Status: Unverified
SYMPTOM(s):
Silent Setup fails with ResultCode -5008
Silent setup log file contains the errors
[ResponseResult]
ResultCode=-5008
[ExtendedError]
ErrorInfo=>SetupDLL\SetupDLL.cpp (1840)
Silent installation started from the script file
Script file residing on network drive
Script file references %0 argument when calling the setup.exe
%0\..\SETUP.EXE -s -f1"%0\..\setupc.iss" -f2c:\setup100A.log
Following script does not work:
cd /d %0\..
SETUP.EXE -s -f1setupc.iss -f2c:\setup100A.log
FACT(s) (Environment):
OpenEdge 10.0A
Windows
CAUSE:
The exact cause is unknown at the time of this writing
FIX:
Use references with the full path in the script file invoking the silent installation
or,
Modify script in the following way:
cd /d %0\..
SETUP.EXE -s -f1.\setupc.iss -f2c:\setup100A.log