I am having a problem running the setup.exe created from the VB6 Package and Deployment Wizard. This setup.exe has worked for a few years with the following syntax: setup.exe /s /v/qb and for some reason it no longer works. Now it returns "invalid command-line arguments". I don't know when it quit working so I don't know what changed.
Here are a few examples of what works and what doesn't:
setup /s (...does not work.)
setup /silent (...works)
setup /silent /v/qb (..does not work.)
setup /s"/v/qbt" (.."/s" works, the rest is ignored. I can put anything in the quotes.)
We are running Windows XP SP2.
Any help would be appreciated. Thanks.
Here are a few examples of what works and what doesn't:
setup /s (...does not work.)
setup /silent (...works)
setup /silent /v/qb (..does not work.)
setup /s"/v/qbt" (.."/s" works, the rest is ignored. I can put anything in the quotes.)
We are running Windows XP SP2.
Any help would be appreciated. Thanks.