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:
Quote
;The comment below contains SFX script commands
Setup="file.exe" /S
Silent=1
Overwrite=1
Setup="file.exe" /S
Silent=1
Overwrite=1
Why my sfx is placing the exe???????????????



Help

Back to top









