Uninstall software
Some of my computers have managed to get the mcafee security scan installed on them and I would like to uninstall it. the Kbox has the uninstall string, but how do I use that to tell those computer to uninstall that software?
0 Comments
[ + ] Show comments
Answers (10)
Please log in to answer
Posted by:
balkiman
12 years ago
The commandline to uninstall should be:
Windows x86 C:\Program files\McAfee Security Scan\uninstall.exe /S /inner
Windows x64 C:\Program files (x86)\McAfee Security Scan\uninstall.exe /S /inner
Comments:
-
Thanks !!!! thats the only SILENT uninstall command line that works ... /inner WEIRD ! :-) - Seb777 8 years ago
Posted by:
GillySpy
14 years ago
The uninstall string is provided by the application. We capture it during the inventory process. It is not always accurrate or necessarily "silent" enough to deploy in an automated way.
Test a uninstall command that behaves siliently and then create create an MI (managed install) that runs the command only. The command would typically be something like:
msiexec /x product.msi /qn
or
msiexec /x productgui /qn
If you have a specific product and version search the main appdeploy forums for users who have shared their successful and quiet removal attempts
Test a uninstall command that behaves siliently and then create create an MI (managed install) that runs the command only. The command would typically be something like:
msiexec /x product.msi /qn
or
msiexec /x productgui /qn
If you have a specific product and version search the main appdeploy forums for users who have shared their successful and quiet removal attempts
Posted by:
some1ne
13 years ago
Posted by:
some1ne
13 years ago
Found it, tested it, and it works... The Case sensitivity was getting me.
https://community.mcafee.com/message/96700
So, in my KBOX, these are the tasks:
Launch “C:\Program Files\McAfee Security Scan\uninstall.exe†with params “/Sâ€Â.Edit
Launch “C:\Program Files (x86)\McAfee Security Scan\uninstall.exe†with params “/Sâ€Â.
https://community.mcafee.com/message/96700
So, in my KBOX, these are the tasks:
Launch “C:\Program Files\McAfee Security Scan\uninstall.exe†with params “/Sâ€Â.Edit
Launch “C:\Program Files (x86)\McAfee Security Scan\uninstall.exe†with params “/Sâ€Â.
Posted by:
benmills
13 years ago
Posted by:
airwolf
13 years ago
ORIGINAL: benmills
* Un-Install using Full Command Line
* Run Command Only
* Don't Prepend msiexec.exe
1. This tells the KBOX that you want to use the full command line to perform an un-installation. This makes the distribution work opposite of an installation. In other words, instead of continuously trying to run until something is installed, it will continuously run until it is removed.
2. You must select this if you have not uploaded an installer to associate with the software title you are working with. Take this literally. It's telling the KBOX, "I don't care that there is no installer for this, just run the command I gave you!" I tend to use this setting for un-installations.
3. This simply tells the KBOX not to prepend msiexec.exe with C:\WINDOWS\System32. In most cases, enabling/disabling this should have no effect.
Posted by:
Swyfter
13 years ago
"C:\Program Files\McAfee Security Scan\uninstall.exe" /S
"C:\Program Files (x86)\McAfee Security Scan\uninstall.exe" /S
Pasted this for those who like to copy/paste. Your quote marks are the wrong ones for scripting. =/
Working on finding a universal Norton Security Scan and Registry Mechanic scripts as well.
"C:\Program Files (x86)\McAfee Security Scan\uninstall.exe" /S
Pasted this for those who like to copy/paste. Your quote marks are the wrong ones for scripting. =/
Working on finding a universal Norton Security Scan and Registry Mechanic scripts as well.
Comments:
-
Dont bother this doesnt work... Scroll down to BALKIMAN anwser... - Seb777 8 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.