Endpoint Protection

 View Only
  • 1.  Silently Uninstall SEP 12 with a Password.

    Posted Apr 09, 2015 08:19 AM

    Hi,

    I need to upgrade a whole bunch of clients to SEP 12.1.5337.5000 (RU5). You guys need to come up with a more complicated name for SEP in the future. To uninstall our existing installation, you need to provide a password. I have read the articles on how to uninstall SEP with an msiexec command, but none of that literature mentions how to do so with a password-protected installation. I read a couple of blogs on how to do this by injecting registry keys, but they do not work, a password prompt still appears. I know the upgrade docs for SEP 12.1.5337.5000 (RU5) claim that the new version will install over the old, but that just doesn't work in practice. Here's what I have in the script.

    @echo on
    c:
    CD "C:\Program Files (x86)\Symantec\Symantec Endpoint Protection"
    smc.exe -stop

    REG ADD "HKLM\SOFTWARE\Symantec\Symantec Endpoint Protection\AV\AdministratorOnly\Security" /v LockUnloadServices /d 0 /t REG_DWORD /f
    REG ADD "HKLM\SOFTWARE\Symantec\Symantec Endpoint Protection\AV\AdministratorOnly\Security" /v UseVPUninstallPassword /d 0 /t REG_DWORD /f

    msiexec /x {A5DCF955-5D4A-471D-8CB3-DCFDF5C5DEE7} /passive /lv!* c:\uninstallSEP.txt

    Is there anything else I can try?

    Thanks in advance.



  • 2.  RE: Silently Uninstall SEP 12 with a Password.

    Posted Apr 09, 2015 08:40 AM

    try this tool

    Uninstall third-party security software using SEPprep

    http://www.symantec.com/business/support/index?page=content&id=tech148513



  • 3.  RE: Silently Uninstall SEP 12 with a Password.

    Trusted Advisor
    Posted Apr 09, 2015 08:42 AM

    What about using the push deployment wizard via the SEPM homepage to upgrade them? 

    You put in the password there push the package directly to a list of machines? If the machines are online. 



  • 4.  RE: Silently Uninstall SEP 12 with a Password.

    Posted Apr 09, 2015 08:47 AM

    Not sure why you want to uninstall before upgrading. Not necessary.

    All my clients are password protected and I have no issue pushing from the SEPM or SCCM.



  • 5.  RE: Silently Uninstall SEP 12 with a Password.

    Posted Apr 10, 2015 09:16 AM

    I don't have access to the SEP console, or SCCM. Installing 12.x over 11.x doesn't seem to work. It just hangs indefinetley.



  • 6.  RE: Silently Uninstall SEP 12 with a Password.

    Trusted Advisor
    Posted Apr 13, 2015 07:30 AM

    Hello,

    Do you have administrative rights?

    You would require the same for Installing / Uninstalling SEP.

    Hope that helps!!



  • 7.  RE: Silently Uninstall SEP 12 with a Password.

    Broadcom Employee
    Posted Apr 13, 2015 09:55 AM

    Why you don't have an access to SEPM console? Please explain.

    Ideally if you have an acces to the console, we can disable the password prior to upgrade SEP clients.