Probe Uninstallation
- 08 Sep 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Probe Uninstallation
- Updated on 08 Sep 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
About this Article
This article provides steps to uninstall VSP Probe using Script or MSI installer(only for Windows).
Linux
To uninstall the VSP Probe, execute the below command:
./vsp_install_vm.sh -U
Windows using Script
To uninstall the VSP Probe, execute the below command:
./vsp_install_vm.bat -U
Windows using MSI Installer
Uninstallation Logs Location
Logs related to the uninstallation are placed in these locations:
- Pre-Uninstallation Operation Log - C:\vsp_installer.log
- Uninstallation operation Log - C:\vspuninstall_ca.log
Quiet Uninstallation
- Uninstall the Probe using the command:
- If VSP is NOT password protected:
start /wait msiexec /x {3CF3C0DE-6435-478A-8055-E3531837FCC1} /quiet /qn /norestart /l*v c:\vsp_installermsi.log
- If VSP is password protected:
start /wait msiexec /x {3CF3C0DE-6435-478A-8055-E3531837FCC1} /quiet /qn /norestart VSP_CLI_PASSWORD="<vsp_password>" /l*v c:\vsp_installermsi.log
- VSP_CLI_PASSWORD - (Not applicable for Windows 2003) Specify the password
- VERBOSE - To print Verbose information. Allowed values are 0 (INFO level), 1 (DEBUG level) and 2 (TRACE level). Default Value: 0; Example: VERBOSE=1
- If VSP is NOT password protected:
- Verify the uninstallation using the command:
if %ERRORLEVEL% NEQ 0 (echo "UNINSTALLATION FAILED") else (echo "UNINSTALLATION SUCCEEDED")
UI-based Uninstallation
To Uninstall VSP Probe follow the steps below:
- Navigate to Control Panel > Programs > Program Files
- Right-click Virsec Security Platform and click Uninstall
Was this article helpful?