Endpoint Protection Small Business Edition

 View Only
  • 1.  Uninstall SEP 11.x and 12.x

    Posted Feb 19, 2013 03:48 PM

    Good

     

    and I'm using SCCM uninstall SEP 11.x and 12.x some clients, what would be the best way to do, I can indicate some command line

    thank you very much



  • 2.  RE: Uninstall SEP 11.x and 12.x

    Posted Feb 19, 2013 03:51 PM

    Have a look here:

    About configuring MSI command strings

    Article:HOWTO81073  |  Created: 2012-10-24  |  Updated: 2013-01-30  |  Article URL http://www.symantec.com/docs/HOWTO81073

     

    MSI command line reference for Symantec Endpoint Protection 11.0

    Article:TECH102668  |  Created: 2007-01-16  |  Updated: 2012-07-05  |  Article URL http://www.symantec.com/docs/TECH102668

     



  • 3.  RE: Uninstall SEP 11.x and 12.x

    Posted Feb 19, 2013 03:59 PM

    Some reference for third-party tools installations and Msi commands:

    Installing client software using third-party tools

    http://www.symantec.com/docs/HOWTO55338



  • 4.  RE: Uninstall SEP 11.x and 12.x
    Best Answer

    Trusted Advisor
    Posted Feb 21, 2013 05:08 AM

    Hello,

    Try removing SEP client using msiexec command. You need to create a small batch file with the help of following article.

    To uninstall the Symantec Endpoint client using comand line 12.x:

    1. Log on the system with administrator rights.
    2. Find the Symantec Endpoint Protection uninstallation product key:
    3. Click Start, then Run.
    4. Type regedit to open the Windows reistry editor.
    5. Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
    6. Browse the Uninstall sub keys in the left-hand pane, check the values in the right-hand pane to find a value for DisplayName that is Symantec Endpoint Protection.
    7. Copy the uninstallation key.
      For example the key for Symantec Endpoint Protection 12.1.671.4971 is A3AEEA68-AC93-4F6F-8D2D-78BBF7E422B8.
    8. Click Start, then Run.
    9. Type cmd to open the Windows command prompt.
    10. At the Windows command prompt type:
      msiexec /X {product uninstall key}
      For Example: msiexec.exe /x {A3AEEA68-AC93-4F6F-8D2D-78BBF7E422B8} /passive

      To generate a detailed uninstall log type:
      msiexec /X {product uninstall key} /I*v! log file path

    • Example: msiexec /x {A3AEEA68-AC93-4F6F-8D2D-78BBF7E422B8} /lv!* c:\uninstallSEP.txt

    Note: If the MSI uninstall has stopped responding:

    1. Click Start, then Run.
    2. Type taskmgr
    3. Click the Processes tab.
    4. Click End Process for all of the running windows installer processes by: Right-clicking onmsiexec.exe then clicking End Process.
    5. Repeat this task for each instance of "msiexec.exe" listed.

    Refer this article:

    How to uninstall the Symantec Endpoint Protection Client using the Microsoft Installer (MSI) command line interface.

    http://www.symantec.com/docs/TECH102470

    SEPprep competitive product uninstall tool

    http://www.symantec.com/docs/TECH148513

    Also take a glance at these 3 links and let me know if this answers your question.

    http://www.symantec.com/connect/forums/uninstalling-sep-remotely

    http://www.symantec.com/connect/forums/remote-uninstallation

    https://www-secure.symantec.com/connect/forums/uninstall-client-remotely

    Hope that helps!!