FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects

Zoom => 5.10.5889

Merged Mr Chris B Mortimer requested to merge zoom_5.10.5889 into master
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
+ 3
3
@@ -2,9 +2,9 @@
<package id="zoom" name="Zoom" revision="%version%.1" reboot="false">
<!-- Zoom have an odd approach to version numbers. This version does not seem to match
anything in the GUI, so check the MSI -->
<variable name="version" value="5.9.3169" />
<variable name="version" value="5.10.5889" />
<check type="uninstall" condition="versiongreaterorequal" path="Zoom" value="%version%" />
<check type="uninstall" condition="versiongreaterorequal" path="Zoom(32bit)" value="%version%" />
<!-- get the MSI from https://www.zoom.us/client/latest/ZoomInstallerFull.msi
MSI documentation at https://support.zoom.us/hc/en-us/articles/201362163-Mass-Installation-and-Configuration-for-Windows -->
@@ -14,7 +14,7 @@
<upgrade include="install" />
<remove cmd="msiexec /qn /x {ED7ECCC4-7251-4BE2-9E0A-B98D8B0DC446}">
<remove cmd="msiexec /qn /x {73824075-0176-46B7-9E47-75EA392BD729}">
<exit code="1605" />
</remove>
</package>
Loading