Search code examples
vb6setup.exe

Silent Installation of setup.exe


I'm trying to run a silent installation for a couple of setup.exe. I searched for this topic and the suggested command was: setup.exe /q

I ran the command and still received the setup wizard. The applications I'm trying to install are VB6 apps. I believe the installers where created using the Package & Deployment Wizard tool. I'm unsure if this has anything to do with it.


Solution

  • I believe the "s" switch should be used. setup.exe /s should work, but if not, you can try setup.exe /silent. If you want a log add a path to the log file after the switch.