I am running this in a VBS script:

Code:
ObjShell.run "<network share path>\setup.exe /s"
and it works for me. The /s runs it silent, and installs just fine, silently.

I am a domain admin, when I go to a users desktop to run it (they are LOCAL admins) it flashes the install icon in the task bar but doesn't install.

If I remove the /s it will run and install but requires user interaction, which I don't want.

Any ideas?

Thanks