Skip to main content
Unlisted page
This page is unlisted. Search engines will not index it, and only users having a direct link can access it.

SWM - Software Install - ConnectWise Manage 22.2.1 Install

Summary

This document outlines the process to install or upgrade the current ConnectWise Manager Internet Client to version 22.2.1 if necessary.

Sample Run

Sample Run

Dependencies

Variables

NameDescription
InstallerNameThe name of the MSI installation file.
LocalPathThe location, including the file name, for where we will place the MSI.
DownloadUrlThe download URL to obtain the MSI file.
InstallA true or false value that reflects the answer to the question: Do we need to install?
StatusMessageVariable to store current process state log messages.

Global Parameters

NameExampleRequiredDescription
TargetVersion22.2.1TrueThis variable represents the target version you wish to be at and is used to formulate the Download URL variable, as well as a comparison value when looking at the current installed product version.

Process

  1. Create a temporary directory to hold the installer if one doesn't exist.
  2. Compare the currently installed version to the target version. If the currently installed version is greater than or equal to the target version, log that no installation is necessary and exit.
  3. Download the file.
  4. Execute the installation.
  5. Resend the software list.
  6. Check for the ConnectWise Manage Client 64-bit. If it is not present, delete the temporary file, log the state, and exit with an error.
  7. Delete the temporary file.
  8. Log success and exit.