Visual Installer: New conditions in the scripting language

We have added two new conditions to Visual Installer 2014’s scripting language. One condition can be used to check if the operating system where the setup package is run is 32 bit or 64 bit. Another condition can be used to check if an application or library already has been installed in a computer or not. The later condition is very useful when it is combined with the MSIEXEC script command because it gives you the possibility to only start an MSI installation if the software has not been installed before. This will speed up the installation process in many computers.

Read more
You can click on the links below to read more about the two new conditions in Visual Installer’s scripting language:

> Check if a product already is installed
> Check if the operating system is 32 bit or 64 bit

Leave a Reply