<< PREVIOUS NEXT >>

 

 

WINDOWS (USING MSI INSTALLER)

 

UNINSTALLATION LOG LOCATION

 

Logs related to the uninstallation are placed in these locations:

  1. Pre-UnInstallation Operation Log - C:\vsp_installer.log

  2. Uninstallation Operation Log - C:\vspuninstall_ca.log

 

QUIET UNINSTALLTAION

 

  1. Uninstall the Probe using the command:

    1. If VSP is NOT password protected:

      start /wait msiexec /x {3CF3C0DE-6435-478A-8055-E3531837FCC1} /quiet /qn /norestart /l*v c:\vsp_installermsi.log

       

    2. 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

       

      1. VSP_CLI_PASSWORD - (Not applicable for Windows 2003) Specify the password

      2. VERBOSE - To print Verbose information. Allowed values are 0 (INFO level), 1 (DEBUG level) and 2 (TRACE level). Default Value: 0; Example: VERBOSE=1

  2. Verify the uninstallation using the command:

    if %ERRORLEVEL% NEQ 0 (echo "UNINSTALLATION FAILED") else (echo "UNINSTALLATION SUCCEEDED")

     

  3. Sample commands:

    1. No VSP_CLI password: start /wait msiexec /x {3CF3C0DE-6435-478A-8055-E3531837FCC1} /quiet /qn /norestart /l*v c:\vsp_installermsi.log

    2. 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:

  1. Navigate to Control Panel > Programs > Program Files

  2. Right-click Virsec Security Platform and click Uninstall

    image130

 

<< PREVIOUS NEXT >>