Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

the startup script canot work !

Status
Not open for further replies.

hartlen

IS-IT--Management
Aug 31, 2004
24
CN
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top