Service Packs

Service Packs are self contained packages or patches that are used to update specific files within a User Workspace Manager application without reinstalling the full application. Service packs can be applied more often and reduce the need for system restarts on your endpoints. Service packs are delivered as a Windows Installer patch (MSP) file and are often referred to as patch files.

In this section:

Installing Service Packs

Service Packs can be installed or deployed using the same technology and techniques used when installing MSIs. Both Microsoft System Center and the Management Center 8 FR4 or later can deploy MSPs. If neither of these products are available, service packs can be installed using the command line interface.

For example, the command:

msiexec.exe /p PerformanceManagerAgent64.msp

installs any files that have been amended as part of the patch for just Performance Manager 64 bit agent.

The following command installs the base version of the Performance Manager Agent (MSI) and the Performance Manager patch file (MSP) simultaneously:

msiexec.exe /i PerformanceManagerAgent64.msi PATCH=c:\fullpath\PerformanceManagerAgent64.msp

A base version must be installed before the patch file can be applied.

If the patch file contains driver or hook files that are currently in use on the machine the patch is being applied to, you are informed that a reboot is required. If you chose to continue, the system is restarted when the patch has been applied.

Installation Order and Dependencies

It is recommended that all components of a service pack are installed.

Rolling Back Service Packs

There are two ways to roll back, or uninstall Service Packs:

  • Using the Windows Control Panel Programs and Features.
  • Using Management Center 8 FR4 or later

Rolling Back Service Packs Using Management Center 8 FR4 or Later

  1. In the Management Center console, select Overview > Deployment Groups tab > Deployment Groups.
  2. Highlight the Deployment Group and select Settings > Assigned Packages.

    The Assigned Packages work area displays a list of all the products and their associated packages.

  3. Highlight the required Performance Manager service pack and click Unassign from the Actions menu.
  4. Click Review and Submit.

    The Submit Changes dialog displays.

  5. Check the details are correct and click Submit.

The patch is unassigned based on the deployment group Installation Schedule.