Jump to content

AutoIT Microsoft security essentials silent install


Recommended Posts

Posted

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


Posted (edited)

welcome first :)

a comma separate the command and the parameter.

ShellExecuteWait("mseinstall.exe", "/s /runwgacheck")

Edited by JFX
Posted

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...