Jump to content

Recommended Posts


Posted

usually when I have troubles has something to do with how it points to setup.iss. You might try

setup.exe -s -f1 ".\setup.iss"

or if the path is somewhat specifict, such as %windir%\install you could run

setup.exe -s -f1 "%windir%\install\setup.iss"

going to have to mess with it a bit

Posted

it might be for some installers, never has worked for me. have tried just about every combination of switches I could think of on some installers. but I'm still pretty much a noob at all this stuff.

Posted

As the SFX will go to a temp dir, -s should be enough. If it doesn't work, check in the logfile to see what error code it gives, that will tell you what's wrong. Also, did you make the .iss yourself (recopy it there manually after using -r)?

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...