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.
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:
sudo installer -applyChoiceChangesXML path_to_ChoiceChangesXML -pkg path_to_pkg -target /
sudo installer -applyChoiceChangesXML ./ChoiceChanges.xml -pkg ./ZoomVDI_5.14.0.universal.pkg -target /
sudo installer -pkg path_to_pkg -target / -verboseR
If you want to know more about ChoiceChanges.xml, you can create a file to check its details:
sudo installer -showChoiceChangesXML -pkg path_to_pkg -target / > ./ChoiceChanges.xml
Modify the ChoiceChangesXML to meet your needs.
(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.
sudo installer -applyChoiceChangesXML ./ChoiceChanges.xml -pkg path_to_pkg -target /