Difference between revisions of "UninstallByName"
(added info box) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{Outdated SBI|RegyKey}} | + | {{SbiCmdInfo |
− | Searches for uninstall information by the given ''Displayname'' (also shown in Windows Uninstall dialog). | + | |SYNTAX = UninstallByName |
+ | |PENAME = SpybotSD.exe | ||
+ | |PEVERSION = 1.3 or later | ||
+ | |GROUP = Registry | ||
+ | |MINUPDATE = n/a | ||
+ | |ADVFILEPARAMS = no | ||
+ | |ADVREGPARAMS = no | ||
+ | |ADVBUILDPARAMS = yes (third) | ||
+ | |ADVSPECIALPARAMS = no | ||
+ | }}{{Outdated SBI|RegyKey}}Searches for uninstall information by the given ''Displayname'' (also shown in Windows Uninstall dialog). | ||
==Usage== | ==Usage== | ||
− | UninstallByName: | + | UninstallByName:<displayname(string)>,<partial(boolean)>[,advanced build parameters] |
===Examples=== | ===Examples=== | ||
− | UninstallByName:" | + | UninstallByName:"SillyMalware","0" |
This would find the following registry key: | This would find the following registry key: | ||
− | [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\{ | + | [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\{86421357-4567-BCDE-6789-1234ABCD5678}] |
− | "DisplayName"=" | + | "DisplayName"="SillyMalware" |
===Description=== | ===Description=== | ||
+ | Use [[RegyKey]] instead! | ||
==See also== | ==See also== | ||
Line 18: | Line 28: | ||
===Similar commands=== | ===Similar commands=== | ||
* [[UninstallByKey]] | * [[UninstallByKey]] | ||
− | |||
− |
Latest revision as of 16:47, 22 February 2008
UninstallByName | |
Group | Registry |
Main Application | Version 1.3 or later |
Required Update | n/a |
File Parameters | no |
Registry Parameters | no |
Build Parameters | yes (third) |
Special Parameters | no |
This SBI command is outdated and will probably not be supported in Spybot-S&D 2.0. As of yet, it is unclear whether an automated conversion path exists. Automated conversion paths may also be less sufficient than a manual upgrade. We recommend that you take a look at RegyKey for a possible alternative command. |
Searches for uninstall information by the given Displayname (also shown in Windows Uninstall dialog).
Usage
UninstallByName:<displayname(string)>,<partial(boolean)>[,advanced build parameters]
Examples
UninstallByName:"SillyMalware","0"
This would find the following registry key:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\{86421357-4567-BCDE-6789-1234ABCD5678}] "DisplayName"="SillyMalware"
Description
Use RegyKey instead!