coucou Posted March 23, 2011 Posted March 23, 2011 (edited) Hello,Anyone can translate the following command in AutoIt scriptC:\Windows\System32\wusa.exe X:\IE9-Windows6.1-LanguagePack-x86-fra.msu /quiet /norestartwhen X:\ is my script directoryThe following return Run(^ ERROR$wusa = @WindowsDir & "\system32\wusa.exe" $IE9 = @ScriptDir & "\IE9-Windows6.1-LanguagePack-x86-fra.msu" Run($wusa $IE9 /quiet /norestart) Regards Edited March 23, 2011 by coucou
Andreik Posted March 23, 2011 Posted March 23, 2011 (edited) Run($wusa & " " & $IE9 & " /quiet /norestart") Edited March 23, 2011 by Andreik
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now