Jump to content

Recommended Posts

Posted

Hi,

After browsing several posts and trying a few examples I've finally managed to get autoit3 to successfully launch my msi file with options (silently, and norestart).

This post is solely for the aid of others who are still having trouble, here's how I did it:

RunWait('msiexec /norestart /qn /i '&$drive&"\Install\Adobe6\ACROPRO.MSI")

Where $drive is a predetermined path variable.

Thanks for everyone's input in other posts on this topic, it helped me and I hope this post helps others.

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
×
×
  • Create New...