April 20, 201016 yr 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???????????????
April 20, 201016 yr Your missing the tempmode setting. ;The comment below contains SFX script commandsSetup="file.exe" /STempModeSilent=1Overwrite=1
April 20, 201016 yr Author Thanks brother, I would try this as well.Edit: Yeap it is working, thanks brother. Edited April 20, 201016 yr by nice_guy75
Create an account or sign in to comment