/build/static/layout/Breadcrumb_cap_w.png

Can I use AppDeploy to repackage msi file for silent install?

I have an msi file that I wish to install GPO. The problem is that file has to be installed using msiexec with switches. How do I accomplish this?

Thank you!

0 Comments   [ + ] Show comments

Answers (2)

Posted by: EdT 5 years ago
Red Belt
0
Check the vendor readme file or their installation guide. There is usually an example of the msiexec.exe command line that will pass all the required property values to the MSI during a silent installation.
Posted by: JordanNolan 6 years ago
10th Degree Black Belt
0

Usually when an MSI file is deployed via a GPO it implies the /qn switches.

msiexec.exe /i {yourmisfile.msi} /qn

I am assuming that since your MSI is not deploying correctly it may be requesting other parameters like different properties.  For example I had some MSI deployments of license server clients that needed to have the server name specified in the install path:

msiexec.exe /i {myfile.msi} /qn server=myhostname

To enable this to be deployed by GPO you may be able to use ORCA to edit your MSI or create a Transform File to use with the GPO to include these parameters in the Properties section of the MSI tables.  Take a look at this pervious post:

http://www.itninja.com/blog/view/downloading-installing-and-using-ms-orca

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ