Jump to content

Installshield Silent install not installing


Recommended Posts

Posted

Hello all,

Ok i have created a setup.iss file using -r switch.

Use the following to run the install:

Setup.exe -s -f1"C:\setup.iss" -f2"C:\setup-hraccess.log"

The setup log gives the following:

[installShield Silent]

Version=v3.00.000

File=Log File

[ResponseResult]

ResultCode=0

The result code means its successfull right although the program does not get installed :(

Any ideas/tips as i thought it would be a very straigt forward process with an application using Installshield.


Posted

I've always just put the setup.iss file in the same directory as setup.exe. Then all you have to do is run Setup.exe -s without specifying a path to the setup.iss. Using that method if you want it logged then the following should work:

Setup.exe -s -f2"%SYSTEMDRIVE%\setup-hraccess.log"

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...