coucou 0 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 Share this post Link to post Share on other sites
Andreik 66 Posted March 23, 2011 (edited) Run($wusa & " " & $IE9 & " /quiet /norestart") Edited March 23, 2011 by Andreik When the words fail... music speaks Share this post Link to post Share on other sites