Steps to Uninstall BDRSuite Delegation Service (BDS)

Steps to Uninstall BDRSuite Delegation Service (BDS)

Problem:
Users may encounter the need to uninstall the BDRSuite Delegation Service (BDS) for various reasons.
Solution:
Windows: Manual Uninstall Steps:
1. Open the Control Panel and navigate to "Uninstall a Program" under Programs.
2. In the list of products, locate and uninstall the "VembuIntegrationService" product.
Windows: Silent Uninstall Steps:
1. Open the Command Prompt with Administrator privileges.
2. Execute the following command:
wmic product where name="VembuIntegrationService" call uninstall
Linux: Uninstall Steps:
1. Log in as the sudo user on the machine where BDRSuite Delegation Service (BDS) is installed.
2. Navigate to the installation location; the default path is "/home/vembuintegrationservice/Vembu/VembuIntegrationService".
3. Enter the uninstall command:
   sh uninstall.sh
Note: Ensure that you have the necessary permissions to perform the uninstallation, and exercise caution to prevent any unintended data loss during the process.