cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
duster1
Engaged Sweeper III

This deployment takes into consideration 32bit systems and 64bit systems.

You will need to be sure to use the "Download for IT Admin" on zoom's download site: Download Center for Zoom Apps and Plugins | Zoom

Download the MSI and 32bit MSI

Save the files to your {PackageShare}\Installers\Zoom\ folder

Name the MSI ZoomInstallerFullx64.msi

Name the 32bit MSI ZoomInstallerFullx32.msi

Save the xml below to a .xml file  (.xml's are allowed to be uploaded to lansweeper's forums apparently)

Go to your on-premise Lansweeper website -> Deployments tab, and select Import

 

 

<?xml version="1.0" encoding="utf-8"?>
<Package>
  <Name>Install - Zoom (updated 7/6/23)</Name>
  <Description>Install Zoom
Sets to Auto run at logon
Enables Auto Update - silently.
</Description>
  <ShutdownOption>0</ShutdownOption>
  <ShutdownTime>0</ShutdownTime>
  <MaxDuration>900</MaxDuration>
  <Rescan>True</Rescan>
  <RunMode>1</RunMode>
  <Steps>
    <Step>
      <Nr>1</Nr>
      <Name>Check Executables Exist</Name>
      <Type>5</Type>
      <ReturnCodes></ReturnCodes>
      <Success>2</Success>
      <Failure>-3</Failure>
      <Path></Path>
      <Parameters></Parameters>
      <MSIParameters></MSIParameters>
      <MSIName></MSIName>
      <MSIVersion></MSIVersion>
      <Command></Command>
      <EditMode>False</EditMode>
      <Conditions>
        <Condition>
          <Type>1</Type>
          <SpecOne>{packageshare}\Installers\Zoom</SpecOne>
          <SpecTwo>ZoomInstallerFullx32.msi</SpecTwo>
          <Operator>1</Operator>
          <Value></Value>
        </Condition>
        <Condition>
          <Type>1</Type>
          <SpecOne>{packageshare}\Installers\Zoom</SpecOne>
          <SpecTwo>ZoomInstallerFullx64.msi</SpecTwo>
          <Operator>1</Operator>
          <Value></Value>
        </Condition>
      </Conditions>
    </Step>
    <Step>
      <Nr>2</Nr>
      <Name>Make sure not a server</Name>
      <Type>5</Type>
      <ReturnCodes></ReturnCodes>
      <Success>4</Success>
      <Failure>3</Failure>
      <Path></Path>
      <Parameters></Parameters>
      <MSIParameters></MSIParameters>
      <MSIName></MSIName>
      <MSIVersion></MSIVersion>
      <Command></Command>
      <EditMode>False</EditMode>
      <Conditions>
        <Condition>
          <Type>4</Type>
          <SpecOne></SpecOne>
          <SpecTwo></SpecTwo>
          <Operator></Operator>
          <Value>Win 10</Value>
        </Condition>
      </Conditions>
    </Step>
    <Step>
      <Nr>3</Nr>
      <Name>Check if Windows 11</Name>
      <Type>5</Type>
      <ReturnCodes></ReturnCodes>
      <Success>4</Success>
      <Failure>-3</Failure>
      <Path></Path>
      <Parameters></Parameters>
      <MSIParameters></MSIParameters>
      <MSIName></MSIName>
      <MSIVersion></MSIVersion>
      <Command></Command>
      <EditMode>False</EditMode>
      <Conditions>
        <Condition>
          <Type>4</Type>
          <SpecOne></SpecOne>
          <SpecTwo></SpecTwo>
          <Operator></Operator>
          <Value>Win 11</Value>
        </Condition>
      </Conditions>
    </Step>
    <Step>
      <Nr>4</Nr>
      <Name>32Bit System</Name>
      <Type>5</Type>
      <ReturnCodes></ReturnCodes>
      <Success>5</Success>
      <Failure>6</Failure>
      <Path></Path>
      <Parameters></Parameters>
      <MSIParameters></MSIParameters>
      <MSIName></MSIName>
      <MSIVersion></MSIVersion>
      <Command></Command>
      <EditMode>False</EditMode>
      <Conditions>
        <Condition>
          <Type>3</Type>
          <SpecOne></SpecOne>
          <SpecTwo></SpecTwo>
          <Operator>5</Operator>
          <Value></Value>
        </Condition>
      </Conditions>
    </Step>
    <Step>
      <Nr>5</Nr>
      <Name>32bit install</Name>
      <Type>1</Type>
      <ReturnCodes>0,1641,3010</ReturnCodes>
      <Success>-2</Success>
      <Failure>-3</Failure>
      <Path>{PackageShare}\Installers\Zoom\ZoomInstallerFullx32.msi</Path>
      <Parameters>Zconfig="ZoomAutoUpdate=1;ZoomAutoStart=1;EnableSilentAutoUpdate=1"</Parameters>
      <MSIParameters>/i /qn /norestart</MSIParameters>
      <MSIName></MSIName>
      <MSIVersion></MSIVersion>
      <Command>msiexec.exe /i "{PackageShare}\Installers\Zoom\ZoomInstallerFullx32.msi" /norestart /qn Zconfig="ZoomAutoUpdate=1;ZoomAutoStart=1;EnableSilentAutoUpdate=1"</Command>
      <EditMode>False</EditMode>
      <Conditions />
    </Step>
    <Step>
      <Nr>6</Nr>
      <Name>64bit system</Name>
      <Type>5</Type>
      <ReturnCodes></ReturnCodes>
      <Success>7</Success>
      <Failure>-3</Failure>
      <Path></Path>
      <Parameters></Parameters>
      <MSIParameters></MSIParameters>
      <MSIName></MSIName>
      <MSIVersion></MSIVersion>
      <Command></Command>
      <EditMode>False</EditMode>
      <Conditions>
        <Condition>
          <Type>3</Type>
          <SpecOne></SpecOne>
          <SpecTwo></SpecTwo>
          <Operator>6</Operator>
          <Value></Value>
        </Condition>
      </Conditions>
    </Step>
    <Step>
      <Nr>7</Nr>
      <Name>64bit</Name>
      <Type>1</Type>
      <ReturnCodes>0,1641,3010</ReturnCodes>
      <Success>8</Success>
      <Failure>-3</Failure>
      <Path>{PackageShare}\Installers\Zoom\ZoomInstallerFullx64.msi</Path>
      <Parameters>/lex zoommsi.log ZoomAutoUpdate="true"</Parameters>
      <MSIParameters>/i /qn /norestart</MSIParameters>
      <MSIName></MSIName>
      <MSIVersion></MSIVersion>
      <Command>msiexec.exe /i "{PackageShare}\Installers\Zoom\ZoomInstallerFullx64.msi" /norestart /qn /lex zoommsi.log ZoomAutoUpdate="true"</Command>
      <EditMode>False</EditMode>
      <Conditions />
    </Step>
    <Step>
      <Nr>8</Nr>
      <Name>Zoom install/update done</Name>
      <Type>2</Type>
      <ReturnCodes>0,1641,3010</ReturnCodes>
      <Success>-2</Success>
      <Failure>-2</Failure>
      <Path></Path>
      <Parameters></Parameters>
      <MSIParameters></MSIParameters>
      <MSIName></MSIName>
      <MSIVersion></MSIVersion>
      <Command>msg.exe * Zoom has installed/updated. Please open it from the desktop shortcut.</Command>
      <EditMode>False</EditMode>
      <Conditions />
    </Step>
  </Steps>
  <SoftwareVersion>10.4.4.4</SoftwareVersion>
</Package>

 

0 REPLIES 0