I'm looking for a Zoom installer procedure for my company. Or a link on how to create an installer that is set up for a beginner.
Discussion
Ronny Tunfjord
about 3 years ago
In short is a simple 3 step Agent Procedure. 1. Download the installer. GetURL "https://www.zoom.us/client/latest/ZoomInstallerFull.msi" to "#vAgentConfiguration.agentTempDir#\ZoomInstallerFull.msi" 2. ExecuteShellCommand: "msiexec /i #vAgentConfiguration.agentTempDir#\ZoomInstallerFull.msi /quiet /qn /norestart" 3. DeleteFile: "#vAgentConfiguration.agentTempDir#\ZoomInstallerFull.msi"
Read more here: https://support.zoom.us/hc/en-us/articles/201362163-Install-using-MSI-for-Windows
In short is a simple 3 step Agent Procedure.
1. Download the installer. GetURL "https://www.zoom.us/client/latest/ZoomInstallerFull.msi" to "#vAgentConfiguration.agentTempDir#\ZoomInstallerFull.msi"
2. ExecuteShellCommand: "msiexec /i #vAgentConfiguration.agentTempDir#\ZoomInstallerFull.msi /quiet /qn /norestart"
3. DeleteFile: "#vAgentConfiguration.agentTempDir#\ZoomInstallerFull.msi"
Read more here: https://support.zoom.us/hc/en-us/articles/201362163-Install-using-MSI-for-Windows
/Ronny Tunfjord