Using MSIEXEC to install all BlueZone components

If you have a set of BlueZone components that you want to install across all of your users, you can use the ADDLOCAL=ALL command line switch to perform the installation:

C:\>MSIEXEC /i "BlueZone.msi" ADDLOCAL=ALL /qb
ADDLOCAL=ALL automatically installs all of the BlueZone components that are present in the installation image.
Note: To run an MSIEXEC command, you must open the DOS window as an Administrator.