cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
angshuman
Level 3

Silent Install Response is -5

I have recorded the silent install for my software on Windows Server 2008R2 64-bit machine and trying to run the Response (setup.iss) file via setup -r -f1"C:\setup.iss" options on a Windows Server 2003 32-bit machine. As soon as I launch the silent setup from command line, the set up exits with the following response instantly -

[CODE][InstallShield Silent]
Version=v7.00
File=Log File
[ResponseResult]
ResultCode=-5[/CODE]

I read that result code = -5 means files does not exist. But which file are we talking about here? Its very tough to Debug Silent Install.

Thanks in advance
Labels (1)
0 Kudos
(1) Reply
Cygnusx1
Level 8

you are running a 64bit setup on a 32bit machine. You will need to capture the setup on 2003 server to use that on other 2003 servers.
apples and oranges
0 Kudos