MSI deployment to machines

Hello,

I have to deploy an MSI to machines in our environment (Zoom recording / screen capture). When the MSI is run manually, one of the screens requires you to plug in server values. Is it possible to script this into software deployment wizard? Or would the MSI need to be edited? I haven’t opened the file up yet in a MSI editor.

Looking for thoughts / ideas. Thanks in advance.

Probably best to contact the software vendor. Sometime you can pass MSI properties on the command line to set configurable option but that all depends on what the vendor added to the MSI. You might be able to inspect the MSI using Orca(https://blogs.technet.microsoft.com/bernhard_frank/2010/03/15/how-to-install-orca-exe-from-the-windows-installer-development-tools/) to see what properties are supported but I would say the best option is contact the vendor.

4 Likes