Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

Competetive Uninstall - Script Needed for CA Etrust 8.1

Updated: 21 May 2010 | 10 comments
ManInBlack's picture
0 0 Votes
Login to vote

As subject really.... Has anyone got a script to uninstall CA Etrust 8.1?

Comments

Fatih Teke's picture
18
Aug
2009
1 Vote -1
Login to vote

Hello

Hello MAnlnBlack.
This forum about Symantec EndPoint Protection.
you can use google for your answer.
Have a nice day.

 Everything works better when everything works together.

ManInBlack's picture
18
Aug
2009
0 Votes 0
Login to vote

I know what this forum is

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.

Fatih Teke's picture
18
Aug
2009
0 Votes 0
Login to vote

your uninstaller

did you try to third party programme? like your uninstaller?

 Everything works better when everything works together.

Rafeeq's picture
18
Aug
2009
1 Vote +1
Login to vote

The easiest way

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

Please don't forget to mark your thread solved with whatever answer helped you : ) Rafeeq

ManInBlack's picture
18
Aug
2009
0 Votes 0
Login to vote

Thanks Rafeeq - I'd already

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

Prachand's picture
18
Aug
2009
0 Votes 0
Login to vote

ManInblack...This may help

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

Prachand Kumar MCSE-2003 Symantec Technical Specialist (SCTS)

Rafeeq's picture
18
Aug
2009
0 Votes 0
Login to vote

Hi

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

Please don't forget to mark your thread solved with whatever answer helped you : ) Rafeeq

Thomas K's picture
18
Aug
2009
0 Votes 0
Login to vote

 This may offer some

 This may offer some help.

Procedure to manually uninstall CA eTrust ITM 8.1 Agent. -
http://supportconnect.ca.com/sc/kb/techdetail.jsp?...

Thomas

Miguel Santana's picture
28
Oct
2009
0 Votes 0
Login to vote

If you still need help with

If you still need help with this let me know, I've found a way that is working pretty good for my company.

Optimus Prime's picture
10
Nov
2009
0 Votes 0
Login to vote

badly help needed..

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.

;-)