Visual Installer 2022 / Enterprise supports batch files & build servers

In the Enterprise version of Visual Installer 2022 it is possible to build a setup package without any interaction with a graphical user interface. The build process is invisible, and you use command line parameters and switches to handle the build operations. And errors that occur (if there are any) are returned via a log file that contain detailed error descriptions and error codes etc.

Build servers
The silent build processes via command line parameters / switches makes it easy to call Visual Installer from build servers. A build server is useful if you work in a team and your team want to, for example, compile applications or build setup packages in one operation.

Batch files
You can also utilize this function from local batch files (for example from traditional .BAT files). You can add one line of code for each setup package that you want to build, in the batch file. For example:

VI.exe C:\MyProjects\MySetup.vip /BUILD /BUILDFOLDER:C:\MyCreatedSetups\Setup1

More information
In the following tip on our website you can read how to use this function in Visual Installer:

> Tip: Visual Installer’s command line parameters

Leave a Reply