Removing DLP Agents from Windows Endpoints Using System Management Software
Follow this procedure if you hid the
Symantec Data Loss Prevention
service from the Add or Remove Programs list (ARP) during installation.Because the Symantec DLP Agent does not appear in the ARP, you cannot use the ARP list for the uninstallation process. You must use the MSI command to remove the Symantec DLP Agent. Only use the MSI command uninstallation if you have hidden the Symantec DLP Agent from the ARP during installation.
- To remove the agent with the MSI command
- Open the command prompt window.
- Enter the string:msiexec /x AgentInstall_16_1.msiYou can add several different options to this command prompt.
- ClickOK.The Symantec DLP Agent uninstalls.
- To remove the agent manually if the agent does not appear in the ARP
- Open the command prompt window.
- Enter the following command where [guid] is the product code. You can locate the GUID from the Windows registry or in theuninstall_agent.batfile.You can add several other options to this command prompt:msiexec /x {guid}
- Enter any optional commands to the end of the command:msiexec /x AgentInstall_16_1.msi
- ClickOK.You can add options to the uninstall command such asSilentModeorLogname.SilentModeallows the Symantec DLP Agent to uninstall without displaying a user interface on the desktop. The installation takes place in the background of the workstation and is not visible to the user.LognameLets you set any log file you want. However, this option is only available if you have the original installer present. If you do not have the original installer, you must use the product code.The code for a silent install is:/QN:silentmodeThe code forLognameis:/Lv _lognamemsi.exehas several other options. For further options, see your MSI guide.