Optionally installing Zoom VDI Plugin Management


Zoom VDI Plugin Management can detect when a VDI plugin is missing or an updated release is required. This management option is configured by your virtual desktop administrator and requires installing this package.

Zoom VDI Plugin Management for Mac is supported in VDI release 5.12.6. In 5.12.6, Zoom VDI Plugin Management is installed by default when you install the VDI plugin with ZoomVDI.pkg.

In VDI release 5.14.0, you can choose whether to install Zoom VDI Plugin Management plugins or not.

This article covers:

Prerequisites for optional installation for Zoom VDI Plugin Management

How to install the Zoom VDI Plugin Management plugins with GUI

In VDI release 5.14.0, the Custom Install pane in ZoomVDI.pkg installation GUI allows you to choose whether to install Zoom VDI Plugin Management plugins or not.

You can select or deselect the Zoom VDI Plugin Management checkbox:

How to install the Zoom VDI Plugin Management plugins with a command line

How to create and modify the ChoiceChanges.xml file

If you want to know more about ChoiceChanges.xml, you can create a file to check its details:

  1. Create a ChoiceChangesXML (ChoiceChanges.xml) with the following command:
    sudo installer -showChoiceChangesXML -pkg path_to_pkg -target / > ./ChoiceChanges.xml
  2. Modify the ChoiceChangesXML to meet your needs.

  3. (Optional) If you do not want to install the Zoom VDI Plugin Management plugins, set the attributeSetting value of us.zoom.ZoomVDIAutoUpgradePlugin- selected dict from 1 to 0 in the ChoiceChanges.xml

  4. Apply the ChoiceChangesXML to the installer command line to install the VDI plugins only:
    sudo installer -applyChoiceChangesXML ./ChoiceChanges.xml -pkg path_to_pkg -target /