WINDOWS (USING MSI INSTALLER)
UNINSTALLATION LOG 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 UNINSTALLTAION
-
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
-
-
-
Verify the uninstallation using the command:
if %ERRORLEVEL% NEQ 0 (echo "UNINSTALLATION FAILED") else (echo "UNINSTALLATION SUCCEEDED")
-
Sample commands:
-
No VSP_CLI password: start /wait msiexec /x {3CF3C0DE-6435-478A-8055-E3531837FCC1} /quiet /qn /norestart /l*v c:\vsp_installermsi.log
-
With VSP_CLI password: start /wait msiexec /x {3CF3C0DE-6435-478A-8055-E3531837FCC1} /quiet /qn /norestart VSP_CLI_PASSWORD=<VSP_CLI_Password> /l*v c:\vsp_installermsi.log
-
UI BASED UNINSTALLTAION
To Uninstall VSP Probe follow the steps below:
-
Navigate to Control Panel > Programs > Program Files
-
Right-click Virsec Security Platform and click Uninstall