Endpoint Protection

 View Only
Expand all | Collapse all

Competetive Uninstall - Script Needed for CA Etrust 8.1

  • 1.  Competetive Uninstall - Script Needed for CA Etrust 8.1

    Posted Aug 18, 2009 05:09 AM
    As subject really.... Has anyone got a script to uninstall CA Etrust 8.1?


  • 2.  RE: Competetive Uninstall - Script Needed for CA Etrust 8.1

    Posted Aug 18, 2009 05:28 AM
    Hello MAnlnBlack.
    This forum about Symantec EndPoint Protection.
    you can use google for your answer.
    Have a nice day.


  • 3.  RE: Competetive Uninstall - Script Needed for CA Etrust 8.1

    Posted Aug 18, 2009 05:48 AM
    I know what this forum is for....I'm installing SEP 11 in an organization that currently runs Etrust 8.1, hence I need to remove it and I'd like to use the Competetive Uninstall utility if possible.


  • 4.  RE: Competetive Uninstall - Script Needed for CA Etrust 8.1

    Posted Aug 18, 2009 05:49 AM
    the best way would be to find the uninstall Key from the regisry and use msiexec.exe
    check this location

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall

    on the right hand side you will find the uninstall string for etrust.

    one you find the key  save that in a note pad, rename to script.bat run it it should uninstall. for removal of SAV it would look like this

    MsiExec.exe /norestart /q/x{C1B0BDC8-0624-4036-90D1-F7DF0EE8C96D} REMOVE=ALL

    {C1B0BDC8-0624-4036-90D1-F7DF0EE8C96D}  is the uninstall string.

    Or else you can use the competative uninstall tool in the CD2 of Symantec Endpoint protection ,

    uninstall wrapper,

    hope this helps


  • 5.  RE: Competetive Uninstall - Script Needed for CA Etrust 8.1

    Posted Aug 18, 2009 06:04 AM
    did you try to third party programme? like your uninstaller?


  • 6.  RE: Competetive Uninstall - Script Needed for CA Etrust 8.1

    Posted Aug 18, 2009 06:24 AM
    Thanks Rafeeq - I'd already identified the MSI string:

    MsiExec.exe /qn /X{107558C8-458B-45EA-A0FE-7CC10D687DB6}

     and can run that but I wanted to be able to do it via the Competitive Uninstall util supplied on the SEP CD. If I look at the scripts on the CD, there isn't one for Etrust v 8.1 so I was wondering if someone knew the syntax that would do the job....


  • 7.  RE: Competetive Uninstall - Script Needed for CA Etrust 8.1

    Posted Aug 18, 2009 07:13 AM
    ManInblack...This may help

    ..The Pdf in the \Symantec_Endpoint_Protection__AllWin_EN_CD2\CD3\Tools\CompetitiveUninstall may provide the information that you may be looking for


  • 8.  RE: Competetive Uninstall - Script Needed for CA Etrust 8.1

    Posted Aug 18, 2009 10:01 AM
    As you mentioned its not there for version 8.1

    what I see from the scripts is they are the same and they differ just by the uninstallstring..

    can you give it a try just changing the uninstall string on one machines.

    it should work, because i do not see any change other than that..

    I use SAV 10, the uninstall script seems to be working.. Lets give it a try


  • 9.  RE: Competetive Uninstall - Script Needed for CA Etrust 8.1

    Posted Aug 18, 2009 02:11 PM
     This may offer some help.

    Procedure to manually uninstall CA eTrust ITM 8.1 Agent. -
    http://supportconnect.ca.com/sc/kb/techdetail.jsp?searchID=TEC494018&docid=494018&bypass=yes&fromscreen=kbresults

    Thomas




  • 10.  RE: Competetive Uninstall - Script Needed for CA Etrust 8.1

    Posted Oct 28, 2009 12:49 PM
    If you still need help with this let me know, I've found a way that is working pretty good for my company.


  • 11.  RE: Competetive Uninstall - Script Needed for CA Etrust 8.1

    Posted Nov 11, 2009 02:04 AM
    We're trying this with the use of Competitive Uninstall and wrapper from RU5 but with no luck at all. We put two script under CompetitiveUninstall folder such as CAigateway and CA ITM agent with correct version but as it run..and check the task manager, it stop and in need of end task to continue..uninstallation of ITM yet CA gateway is still there. Hope someone can help me with this.