Jump to content

Installshield Silent install not installing


Krim

Recommended Posts

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.

Link to comment
Share on other sites


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"

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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