Prevent users from uninstalling the backup agent

Overview

This article explains how to specify Code42 agent installation properties on Windows devices to prevent users from uninstalling the Code42 agent from the Windows Control Panel or Start menu. This helps to better secure the information on user devices by ensuring Code42 backup and file exflitration detection are always running.

Considerations

The steps below only apply to the backup agent on Windows devices.

Option 1: Multiple devices

To apply this setting to more than one device, add the ARPNOREMOVE= parameter to the Code42 agent installation properties used in your software management tool (such as SCCM). The ARPNOREMOVE parameter does not require a value. Any value, including false or null, prevents uninstalling.

Create a deployment policy, then add the uninstall property
The Code42 console enables you to create a deployment policy, which automatically generates default installation properties for the Code42 agent. Consider using these properties as a starting point, and then manually adding the ARPNOREMOVE= parameter before supplying the properties to your software management tool.

Option 2: During installation on a single device

  1. Locate the Code42 agent installer on the device and note the file path and filename.
  2. From the Windows command line, launch the Code42 agent installer with the ARPNOREMOVE parameter. For example:msiexec /i C:\Users\<username>\Downloads\Code42_n.n.n_123456789_Win64.msi ARPNOREMOVE=
    • The ARPNOREMOVE parameter does not require a value. Any value, including false or null, prevents uninstalling.
    • Update the file path and filename, including the version number, to match the installer file on your device.
  3. After the Code42 agent installation is complete, remove the .msi installer file from the device.

External resources

Related topics

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.