I need to start an install for some client side software for our database program. I have this in a batch file:
\\servername\mxserver\wkstninstall\setup.exe /S /v/qn
This is supposed to start a silent install (and it does if I run it on the machine), but through the scripts in VNCscan, it doesn't seem to work....can anyone point me in the right direction? Can I not start a program that does not reside on the workstation I want to deploy a script to?
Thanks