Visual Installer: New script command that handles MSI installations

We have added a new script command to Visual Installer’s scripting language that handles MSI installations (Windows Installer installations). The name of the new script command is MSIEXEC and it is very flexible in its use. Via this script command you can for example start a silent or visible MSI installation, and you can choose whether Visual Installer should pause it’s own installation until the MSI installation is completed, or if the MSI installation and Visual Installer’s installation should be run in the same time (a parallel installation). And by combining the new script command with conditions, you can make Visual Installer run different MSI setup packages depending of the operating system.

MSIEXEC

We have added a tip page to the tips & tricks section of our website that explains in detail how to use the new script command. You can open the tip page by clicking on the link below:
> Tip: Run MSI installation from script

To use this script command, you must have Visual Installer 2014 / Professional version 10.0.15 or later installed in your computer.

Leave a Reply