Viz Engine

Version 3.10 | Published April 03, 2018 ©

Viz Artist and Engine Installation

Use the Viz Artist Bundle Installer to install both Viz Artist and Viz Engine. The bundle installer contains Viz Artist, Viz Engine, the license dongle drivers, and all required dependencies.

This section covers the following topics:

The software package is available in 32-bit and 64-bit versions. Most modern PCs should run the 64-bit version. Install the 32-bit version only on older PCs with 32-bit architecture, or computers running a 32-bit operating system.

The file name of the bundle installer indicates the architecture and software version in the following pattern:

  • Name-Architecture-Major.Minor.Maintenance.Build

Where architecture can be either x64 or x86. By common convention, x64 signifies the 64-bit version, and x86 signifies the 32-bit version.

Example: The file VizArtistBundle-x64-3.9.0.99999.exe is the bundle installer for Viz Artist and Engine version 3.9, for 64-bit architecture platforms.

The content of the bundle installer can be extracted by using the –dump command line option.
Example: VizArtistBundle-x86-3.9.1.73042.exe -dump

Installing Viz Artist and Engine

Installation of Viz Artist and Engine requires elevated permissions on the destination computer. Make sure to log on to the computer with either an administrator account or a user account with elevated rights, before installing the software. See Running Viz Engine and Viz Artist without administrator rights for further details. If you install Viz Artist on a non-supported operating system platform, you will get a warning.

Before installing the software, make sure to:

  1. Run the installer. The bundle installer provides an overview of all required dependencies that will be installed in addition to the main application. Already installed dependencies are listed as Installed. You can collapse the selection list by clicking Settings.
    images/download/thumbnails/37559515/install-viz-1.png

    Note: The bundle installer selects most features by default. Check the feature list and add or remove features as required.

  2. Scroll further down to select a custom installation location, if required.

    images/download/thumbnails/37559515/setup_artist_installer3.png
  3. Click install to complete the installation wizard. The various dependencies are installed as required.

  4. Click Finish. If something interrupts the installation, click Show log to view the installation log files.

Upgrading from a previous installation

When you upgrade an existing installation to a new version of Viz Artist and Engine, observe the following:

  • If upgrading an existing installation with the VizArtist.msi installation file, you will be presented with this message:
    “Viz Artist 32bit is already installed.
    Remove the existing installation first, then restart the installer.”

    Open Uninstall a program from the Control Panel, select Viz Artist and remove the existing installation. Then run the MSI file to install Viz Artist/Engine.

  • Installing Viz Artist/Engine using the bundle installer will upgrade older installations. Any older version is removed, except versions prior to Viz Artist and Engine 3.6. This is true even if you opt to install Viz Artist/Engine in a different directory.

  • You can only install one version of Viz Artist/Engine per architecture. This means:

    • You cannot install Viz Artist and Engine in parallel with older versions.

    • You can install a 32-bit version and a 64-bit version of Viz Artist/Engine in parallel.

    • Installing the 64-bit version will not upgrade any existing 32-bit version, and vice versa.

  • The installer suggests installing to the previous installation folder. You may change it. The recommended installation directories are C:\Program Files (x86)\vizrt\Viz3 for the 32-bit application and C:\Program Files\vizrt\Viz3 for the 64-bit application.

  • The installer pre-selects all previously installed features. You may change them.

  • The installer does not support downgrading. Remove the currently installed version to install an earlier version of Viz Artist and Engine.

  • Upgrading will not change any modified or newly added files of the old installation. For example, files like Configuration files, Log files or additional files like customer plug-ins, remain unchanged in their original folder.

  • Since Viz version 3.7.1, viz.exe no longer checks the %Program Files% folder for Configuration files (.cfg) or Lens files (.lcb). These files must be located in %ProgramData%\vizrt\viz3.

    • If the previous Viz Engine/Artist was installed in the default folder, the Configuration and Lens files are automatically copied during upgrade from the default installation folder to %ProgramData%\vizrt\viz3.

    • If the previous Viz Engine/Artist was installed in a custom folder, the Configuration and Lens files needs to be copied manually from the old installation folder to %ProgramData%\vizrt\viz3.

To change or reinstall an existing installation

Use the Viz Artist bundle installer to change or reinstall an existing installation. The installer will pre-select any already installed features. Check the boxes for the components that you want to add or remove, then click INSTALL. This will reinstall the complete software suite, repairing any damaged or accidentally deleted files.

Silent installation of Viz Artist and Engine

The bundle installer does not support silent installation, which requires that you install each package separately. Extract all packages from the bundle by adding the /dump command line option.

images/download/attachments/37559515/setup_bundle_installer_cli_dump.png
This will create a sub-folder containing all packages contained in the bundle installer. Use the VizArtist.msi file located in this sub-folder for unattended installations. This is useful in large-scale enterprise deployment.

IMPORTANT! The VizArtist.msi installation file does not support upgrades, and will terminate without installing. Enable logging and specify a log file to keep track of any issues during silent installation.

  1. Run the following from a command line prompt, or save it to a batch file for execution:

    @rem silent installation
    @rem platformtype: standardpc, video, trioboxcg, dualchannel
    msiexec.exe /i <msi\_package> /quiet PLATFORMTYPE=<platformtype>
  2. Enter msiexec on the command line and press enter to see other options. Common options are:

    • /i: Installs or configures a product. Package: Specifies the name of the Windows Installer package file. ProductCode: Specifies the globally unique identifier (GUID) of the Windows Installer package.

    • /x: Removes a product. Package: Name of the Windows Installer package file. ProductCode: Globally unique identifier (GUID) of the Windows Installer package.

    • /l, /log: Enable logging. Make sure to specify the log file name.

      Example: msiexec /i VizArtist.3.9.0.99999_32bit.msi /norestart /passive PLATFORMTYPE=standardpc -lv installation.log

To identify installed architecture and version

To check if Viz Artist is a 64-bit or 32-bit installation, click on the Show License Information button:

images/download/attachments/37559515/gettingstarted_show_licence_button.png
In the License Information window, the platform and Viz version number show as:

  • Platform: Win32 (32-bit) or X64 (64-bit).

  • Viz Version: 3.7.XX.XXX (Win32) or (X64).

    images/download/attachments/37559515/gettingstarted_64bit_info.png