VR6MTL Posted May 26, 2011 Posted May 26, 2011 Hi .. i'm trying to get an RunWait msiexec from this .. but can't make it work msiexec /i wirelessautoswitch.msi LICENSEKEY=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXXX MODE=4 MESSAGE=2 BLUETOOTH=0 MODEMS=1 DHCP=1 /q what will be the command line ?
jazzyjeff Posted May 26, 2011 Posted May 26, 2011 Does it work if you put that command in the Run Command? Maybe specify the full path of the MSI if you haven't already.
wakillon Posted May 26, 2011 Posted May 26, 2011 Try $_MsiPath = @TempDir & '\wirelessautoswitch.msi' RunWait ( 'msiexec /i "' &$_MsiPath & '" LICENSEKEY=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXXX MODE=4 MESSAGE=2 BLUETOOTH=0 MODEMS=1 DHCP=1' ) AutoIt 3.3.18.0 X86 - SciTE 5.5.7 - WIN 11 24H2 X64 - Other Examples Scripts
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