Kbase P24435: Error 703 While Creating Installation Response File Automati
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  02/05/2003 |
|
Status: Unverified
FACT(s) (Environment):
Windows
SYMPTOM(s):
An internal read error has occurred on lC:\temp\setup.iss. Unable to load installation instructions. Error 703
Creating the Response File Automatically via the command:
drive:\setup.exe -r -f1C:\<windows directory>\setup.iss
CAUSE:
The parameter -flC includes the numeral 1 and not the letter l.
drive:\setup.exe -r -f1C:\<windows directory>\setup.iss
FIX:
Ensure that the parameter -flC includes the numeral 1 and not the letter l.
drive:\setup.exe -r -f1C:\<windows directory>\setup.iss