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 | 6 comments
ManInBlack's picture
0 0 Votes
Login to vote
This issue has been solved. See solution.

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

Comments

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)

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

Have you tried the script if

Have you tried the script if this works fine with you?

;-)

Ajit Jha's picture
10
Nov
2009
0 Votes 0
Login to vote

In my case it didn't helped

In my case it didn't helped me. But it is successfull.

Regards'

Ajit Jha

Technical Consultant

STS

Optimus Prime's picture
17
Nov
2009
1 Vote +1
Login to vote

I don't think CA

I don't think CA 8.1 uninstallation executable file under Competitive Uninstall work.

;-)

sri2384's picture
18
Nov
2009
1 Vote +1
Login to vote

Try this script...if

Try this script...if competitve uninstall did not work...

1. open a notepad
2. type msiexec /x {Product code of CA Etrust 8.1} /passive or /quiet
    /passive - visible uninstallation     /quiet - silent uninstallation
3. Save this notepad as a .bat file
4. Run this .bat file on the machine which has CA etrust 8.1

Product code can be obtained from the registry

HKLM \ Software \ Microsoft \ Windows \Current Version \ uninstall.

Under the unistall folder you would find multiple folders respective to each application. Find the right folder for CA etrust 8.1 and copy the product code from Dword string Uninstall String or Modify Path 

Optimus Prime's picture
03
Dec
2009
1 Vote +1
Login to vote

Thank you for this. It now

Thank you for this. It now work, however two push is needed where the first one isfor the uninstallation of ITM agent and the second one is for the uninstallation of gateway together with the installation of SEP.

;-)