Kbase P16157: Silent install setup.iss fails to run on Windows; no setup.e
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  30/01/2003 |
|
Status: Unverified
FACT(s) (Environment):
Windows Intel
SYMPTOM(s):
Silent install setup.iss fails to run
Drive:\setup.exe -s f1C:\WINDOWS\setup.iss
Setup.exe does not appear in Task Manager's list of processes
Setup log file records [ResponseResult] ResultCode=12 or failure.
CHANGE:
Using response file (setup.iss) created during interactive install
Drive:\setup.exe -r to create the response file for later silent install
CAUSE:
Silent install records typos during creation of setup.iss file. Backspaces are recorded and not understood when the setup file is run.
FIX:
If a typo is made, do not backspace to correct. Remove the entire line of code or entry and re-enter. Keystrokes will be captured correctly