Kenneth Posted January 7, 2004 Posted January 7, 2004 Hi, Is it possible to Run an MSI packet? Regards Kenneth
sconley Posted January 7, 2004 Posted January 7, 2004 Yes. Run the program c:\windows\system32\msiexec.exe followed by switches and the name of the *.msi file. Example: runwait(@SystemDir & '\msiexec.exe /I "' & $MyMsi & '"')
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