VR6MTL 0 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 ? Share this post Link to post Share on other sites
jazzyjeff 5 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. Share this post Link to post Share on other sites
wakillon 403 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.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts Share this post Link to post Share on other sites