October 16, 200421 yr the .vbs script doesnt work for me for some reason, i get an erroris there anything that needs to be installed for it to work?
April 9, 200521 yr Set WshShell = WScript.CreateObject("WScript.Shell")WshShell.Run ("setup.msi /qn REBOOT=REALLYSUPPRESS")WScript.Sleep 12000WshShell.SendKeys "{TAB}"WScript.Sleep 1000WshShell.SendKeys "{ENTER}"WScript.Sleep 9000WshShell.SendKeys "{ENTER}"WScript.Quitwould that work if i ran it from the same directory? if not how can i get it to define %cdrom%?
Create an account or sign in to comment