coucou Posted March 23, 2011 Share 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 Link to comment Share on other sites More sharing options...
Andreik Posted March 23, 2011 Share Posted March 23, 2011 (edited) Run($wusa & " " & $IE9 & " /quiet /norestart") Edited March 23, 2011 by Andreik When the words fail... music speaks. Link to comment Share on other sites More sharing options...
coucou Posted March 24, 2011 Author Share Posted March 24, 2011 Thank you very much Link to comment Share on other sites More sharing options...
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