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')
Exit
when 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 replys
thanks
Page 1 of 1
AutoIT Microsoft security essentials silent install fails to work :(
#2
Posted 01 February 2011 - 04:15 AM
welcome first 
a comma separate the command and the parameter.
ShellExecuteWait("mseinstall.exe", "/s /runwgacheck")
a comma separate the command and the parameter.
ShellExecuteWait("mseinstall.exe", "/s /runwgacheck")
This post has been edited by JFX: 01 February 2011 - 04:16 AM
#3
Posted 01 February 2011 - 04:39 AM
- ← Cant install Adobe Flash Player silent install
- Application Installs
- Need command line for Winrar SFX file. →
Share this topic:
Page 1 of 1



Help
Back to top










