nice_guy75 Posted April 20, 2010 Posted April 20, 2010 Hi guys,I have one exe for adding File extension toggle option in the right click. I made a silent installer of that that exe as it was not a silent installer. But when I try to run that SFX it is actully extracting that exe in the same folder where that SFX is placed. Though the exe is now silent and running properly as well but it is also extracting that exe.THis is the script I have use to make silent installer:;The comment below contains SFX script commandsSetup="file.exe" /SSilent=1Overwrite=1Why my sfx is placing the exe???????????????
MrJinje Posted April 20, 2010 Posted April 20, 2010 Your missing the tempmode setting. ;The comment below contains SFX script commandsSetup="file.exe" /STempModeSilent=1Overwrite=1
nice_guy75 Posted April 20, 2010 Author Posted April 20, 2010 (edited) Thanks brother, I would try this as well.Edit: Yeap it is working, thanks brother. Edited April 20, 2010 by nice_guy75
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