Cybermurder Posted October 28, 2004 Posted October 28, 2004 Hello,Can someone say me how i can start in a Winrar .exe archiv a setup.exe with a iss file.(for silent install)
mazin Posted October 28, 2004 Posted October 28, 2004 You can use this guide to create your SFX. In "Run after extraction", you type setup.exe -shttp://www.msfn.org/board/index.php?showtopic=16562
Cybermurder Posted October 28, 2004 Author Posted October 28, 2004 i know how i can make a .exe archiv with setup. but with iss it dont work. when i wirte setup=setup.exe -s -f1"setup.iss" ...........
Stinger12348 Posted October 28, 2004 Posted October 28, 2004 usually when I have troubles has something to do with how it points to setup.iss. You might trysetup.exe -s -f1 ".\setup.iss"or if the path is somewhat specifict, such as %windir%\install you could runsetup.exe -s -f1 "%windir%\install\setup.iss"going to have to mess with it a bit
Stinger12348 Posted October 28, 2004 Posted October 28, 2004 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.
CoffeeFiend Posted October 28, 2004 Posted October 28, 2004 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)?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now