I want to install a .exe file in the domain ,so i want to use the runas to give the privilege and install,
my program is following
set WshShell = CreateObject("WScript.Shell")
WshShell.Run "D:\setup\msi_PCAlert4073\Setup.exe -s -f1D:\setup\msi_PCAlert4073\setup.iss"
but it does not work!where is error?
thanks
my program is following
set WshShell = CreateObject("WScript.Shell")
WshShell.Run "D:\setup\msi_PCAlert4073\Setup.exe -s -f1D:\setup\msi_PCAlert4073\setup.iss"
but it does not work!where is error?
thanks