Jump to content

Help with Run command


Recommended Posts

Hello,

Anyone can translate the following command in AutoIt script

C:\Windows\System32\wusa.exe X:\IE9-Windows6.1-LanguagePack-x86-fra.msu /quiet /norestart
when X:\ is my script directory

The 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 by coucou
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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