Viz Plug-ins User Guide

Version 5.2 | Published March 20, 2024 ©

Silent Installation

The silent installation enables the user to install Viz DataPool without using the installer GUI. This option is used when a large number of machines require the software to be installed. To use the silent installation mode:

Examples

In a command shell, run the following command:

  • To install DataPool from the .msi located in path C:\temp\VizPlugins-DataPool-4.2.0.msi without GUI (for progress installation progress GUI /qn should be replaced with /qb) and create a log file for the installation steps in path C:\temp\install.log and deploy the DataPool plug-ins in the plugin folder under C:\program files\vizrt\VizEngine:

msiexec /i "c:\temp\VizPlugins-DataPool-4.2.0.msi" /qn /log c:\temp\install.log VIZ_ENGINE_INSTALL_DIR="c:\program files\vizrt\VizEngine"
  • To uninstall installed DataPool without GUI and create a log file for the uninstallation steps in C:\temp\uninstall.log:

msiexec /x "c:\temp\VizPlugins-DataPool-4.2.0.90.msi" /qn /log c:\temp\uninstall.log