rrasco Posted January 7, 2013 Report post Posted January 7, 2013 I deployed SCEP to my client machines, but they still have Symantec Endpoint installed (since SCCM will remove every version of SEP except 12). I have a command line that will silently uninstall SEP 12, but I am having trouble determining the best way to deploy it. I tried to create a manual scripted application and used a .bat file I created. It seems to be targeting my test machines, but doesn't seem to run. Any recommendations for how I could uninstall SEP 12 from the client machines, or a method to deploy the .bat? Quote Share this post Link to post Share on other sites More sharing options...
Rocket Man Posted January 7, 2013 Report post Posted January 7, 2013 What is the syntax of your bat file at present? Quote Share this post Link to post Share on other sites More sharing options...
rrasco Posted January 8, 2013 Report post Posted January 8, 2013 It's super simple: msiexec /x {AAD74846-0637-4DAE-BF0C-7B66D3304F87} /q If I am going to just execute the batch file, I would prefer to add a conditional to only run the command if the registry key exists, there are a few different product codes I need to target. Quote Share this post Link to post Share on other sites More sharing options...
ccruthirds Posted October 31, 2013 Report post Posted October 31, 2013 I'm facing the same issue and was wondering if you ever found a solution to this problem. Quote Share this post Link to post Share on other sites More sharing options...