UninstallByName: Difference between revisions
Jump to navigation
Jump to search
(New page: ==Usage== UninstallByName:[name value],[(boolean)partial],<advanced build parameters> ===Examples=== ===Description=== ==See also== ===Similar commands=== [[Category:SBI Command...) |
No edit summary |
||
| Line 1: | Line 1: | ||
{{Outdated SBI|RegyKey}} | |||
Searches for uninstall information by the given ''Displayname'' (also shown in Windows Uninstall dialog). | |||
==Usage== | ==Usage== | ||
| Line 5: | Line 6: | ||
===Examples=== | ===Examples=== | ||
UninstallByName:"Gator",“0“ | |||
This would find the following registry key: | |||
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\{6C8DBEC0-8052-11d5-A9D5-00500413153C}] | |||
"DisplayName"="Gator" | |||
===Description=== | ===Description=== | ||
==See also== | ==See also== | ||
* [[Advanced registry parameters]] (for [[RegyKey]]) | |||
===Similar commands=== | ===Similar commands=== | ||
* [[UninstallByKey]] | |||
[[Category:SBI Commands]] | [[Category:SBI Commands]] | ||
Revision as of 18:43, 16 February 2008
| 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:[name value],[(boolean)partial],<advanced build parameters>
Examples
UninstallByName:"Gator",“0“
This would find the following registry key: [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\{6C8DBEC0-8052-11d5-A9D5-00500413153C}] "DisplayName"="Gator"