Video Screencast Help
Search Video Help Close Back
to help
Not able to make it to Vision this year? Get a sampling in the Best of Vision on Demand group.

uninstall SEP

Updated: 21 May 2010 | 3 comments
seb91's picture
0 0 Votes
Login to vote
hello,
 
can I uninstall SEP client with script ?
i search a command which do the same thing that add/remove programs.
 
thanks!
seb

Comments

Paul Murgatroyd's picture
18
Apr
2008
0 Votes 0
Login to vote

find the correct product GUID for your version from the registry, for MR2 its {76B2BC31-2D96-4170-9C44-09E13B5555F3}
 
then run msiexec /x {76B2BC31-2D96-4170-9C44-09E13B5555F3} /qb from your script.

Paul Murgatroyd
Principal Product Manager, Symantec Endpoint Protection
Endpoint twitter feed: http://twitter.com/symc_endpoint

Arnab's picture
18
Apr
2008
0 Votes 0
Login to vote

Hello,
 
I have a policy set which requires a password to uninstall the Symantec End Point Protection Agent. I like to uninstall the Symantec End Point Protection client usimg a script. If I use msiexec /x {76B2BC31-2D96-4170-9C44-09E13B5555F3} /qb it will not uninstall as I am not supplying the password anywhere in the script.
 
What needs to be done in the script or the registry to do an uninstall.
 
Thanks
 
Arnab
xafiquet's picture
11
Jun
2008
0 Votes 0
Login to vote

same here ..

any idea ??

regards