Silent Installation
If i double click the exe, the exe file should be install as a sillent installation .This is possible if it ispossible fow do it?
2 Comments
[ - ] Hide Comments
Comments
log in to comment
Answer this question
or Comment on this question for clarity
Answers
-
From my reading of the question, the OP wants to alter the behaviour of the EXE itself, i.e. when the file (presumably something like UNINSTALL.EXE' - as usual, we get no clue!) is double-clicked, it should run itself silently.
If that's the case, the only way to do that would be to disassemble the EXE and change the code. Best of luck with that...
Perhaps you could build a script which unhides the EXE (having hidden it first) then runs it. Convert the script to an EXE using any of the quadzillion tools around which do that.
Alternatively, I'd remove the EXE altogether and put it in a location to which only trusted people - and those who know what they're doing - have access. Or apply permissions to the file to achieve a similar effect.
Start -> Run
Drag and drop that exe
exe /?
If it gives the switches for silent install, do it or go with setup capture