adjackouk Posted February 1, 2011 Posted February 1, 2011 Hi :-)Hopefully some of you guys can help me out, I'm new to using autoit hmmm think it's been an hour haha.Ok i'm tring to get autoit to silently install Microsoft security essentials, this is my script:ShellExecuteWait('"mseinstall.exe"/s /runwgacheck')Exitwhen using this script it says it cannot find the file '"mseinstall.exe"/s /runwgacheck' , If I remove the switches it finds the file and runs the install.look forward to some replysthanks
JFX Posted February 1, 2011 Posted February 1, 2011 (edited) welcome first a comma separate the command and the parameter.ShellExecuteWait("mseinstall.exe", "/s /runwgacheck") Edited February 1, 2011 by JFX
adjackouk Posted February 1, 2011 Author Posted February 1, 2011 welcome first a comma separate the command and the parameter.ShellExecuteWait("mseinstall.exe", "/s /runwgacheck")Thanks for the welcome, and Awesome :-) Worked Perfect Many thanks
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now