- Jan 12, 2004
- 11,078
- 11
- 81
I want to run a MSI isntaller on a users ocmputer from my desktop. Here is my batch file that I've thrown together that will transfer the file (no problems there) to the desktop. But I cannot run the executable from here? I've tried putting "start", "run", "open" and "exec". Nothing is working. How do I get the MSI isntaller to run silently on the users computer?
xcopy "c:\opnclient-setup.msi" "\\simi-d202\c$\"
open \\simi-d202\opnclient-setup.msi /s /v /qn
xcopy "\\C:\Program Files\antepo\opnclient45\4.4.14.0\AdminOptions.xml\" "\\simi-d202\Program Files\antepo\opnclient45\4.4.12.9\AdminOptions.xml /y
pause
xcopy "c:\opnclient-setup.msi" "\\simi-d202\c$\"
open \\simi-d202\opnclient-setup.msi /s /v /qn
xcopy "\\C:\Program Files\antepo\opnclient45\4.4.14.0\AdminOptions.xml\" "\\simi-d202\Program Files\antepo\opnclient45\4.4.12.9\AdminOptions.xml /y
pause