How To Uninstall Spirion Sensitive Data Platform Agents v13.0-v13.5
This guide walks you through the process of removing the many components of Spirion Agents v13.0-v13.5.
Overview
- Spirion Support may ask a customer to uninstall the Spirion Agent completely.
- This can be a lengthy process as there are many components to uninstall.
- This guide walks you through the manual process and then discuss this as a scripted option at the end.
- NOTE: This information in this article does not apply to Spirion Agents version 13.6 and later. Spirion Agents v13.6 do NOT use RabbitMQ.
In This Article
- What to Know Before Getting Started
- Manual Uninstallation
- Scripted Uninstallation
What to Know Before Getting Started
- This process assumes that no other applications on the machine are using Erlang or RabbitMQ
Using the Script
- When using the script, not that it runs in default guided assist mode
- Silent mode: To run the script in silent mode use a silent or quiet switch:
Manual Uninstallation
Procedure:
- To avoid any issues, kill the following processes in Task Manager (or stop the associated services):

- Go to the add/remove programs screen:
- Select Spirion (agent) and uninstall it
- Select RabbitMQ Server and uninstall it
- Select Erlang OTP and uninstall it
- Ensure the following folders no longer exist on the machine after uninstalling
- NOTE: Depending on how the installation was deployed, these files might not be in all folders shown:






- NOTE: Depending on how the installation was deployed, these files might not be in all folders shown:
- Ensure the following .erlang.cookie file(s) no longer exist on the machine after uninstalling.
- It can be in either location shown below based on how the agent was installed:


- It can be in either location shown below based on how the agent was installed:
- Ensure that these three registry folders and their contents are no longer in the registry:
- Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Ericsson
- Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Ericsson
- Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Identity Finder


- Certain deployment processes could depend on setting environment variables before installing.
- Search for “Environment Variables” on your machine
- Select “Environment Variables”
- Select the four highlighted below related to RabbitMQ and select “Delete.”

- Select the four highlighted below related to RabbitMQ and select “Delete.”
- Delete RabbitMQ Windows Service (If Present)
- Launch Command Prompt with Administrator privileges.
- Enter the following command and press Enter:
sc delete RabbitMQ - Note: If the service does not exist, you'll see an error indicating the service doesn't exist, which is safe to ignore.
- Reboot the machine.
Scripted Uninstall - PowerShell Script
- You can use a PowerShell script that will perform the process in the above steps, automatically.
- Note: The script is saved as a text file.
- You must rename the file and change the extension to .ps1.
- By default, the script runs in guided assist mode.
- The script may be run in quiet or silent mode using the appropriate PowerShell switch.
- Note: The script is provided as-is and may require a reboot or a restart of Windows explorer based on your environment.