A mostly silent install
Posted: Sat Sep 09, 2006 10:08 am
I am creating an installer (single EXE) to be delivered over the Web. I want it to be "mostly silent", where there might be only one visible dialog (e.g. a completion notice).
Since the user invokes the installer by clicking a URL, there is really no way to pass the "/s" flag on a command line. I could handle the "silent" aspects myself in the script, of course, but the problem is the self-extractor. It seems to always display its verifying/decompressing dialog, and that doesn't meet my requirements.
Any suggestions? Thanks.
Since the user invokes the installer by clicking a URL, there is really no way to pass the "/s" flag on a command line. I could handle the "silent" aspects myself in the script, of course, but the problem is the self-extractor. It seems to always display its verifying/decompressing dialog, and that doesn't meet my requirements.
Any suggestions? Thanks.