cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4549
Views
0
Helpful
2
Replies

commandline uninstall Cisco AMP v. 7.x not working

Frank Osberg
Level 4
Level 4

Hi guys,

 

I need a bit of help from your side.  

 

In version 6.x of Cisco AMP we could run this command line to do a uninstall of Cisco AMP : 

 

.\uninstall.exe /R /S /remove 1 /uninstallpassword MyPassWord

 

But in version 7.x and above this is not working, the silent mode is not working. I can do it without silent and then I have to run through the uninstall menu to complet this. But this is not what I want.   

This is my path: C:\Program Files\Cisco\AMP\7.4.5.20701> .\uninstall.exe /R /S /remove 1 /uninstallpassword MyPassWord I have tried to do /S /R but no change. 

 

What has changed here?? 

 

Frank

2 Replies 2

Troja007
Cisco Employee
Cisco Employee

Hello @Frank Osberg , 
you may use this command line: "<install package name>.exe /R /S /remove 1 /uninstallpassword YourPassword

Just download the latest deployment package and use the command above.

Greetings,
Thorsten

Hi @Troja007 

 

Thanks for coming back to me on this matter. 

 

We found out that we ca could use this command line : ./uninstall.exe /S /Full 1 /password MyPassword that did the trick also can you get this verified internal in Cisco also that this is a proper solution? 

 

Frank