Difference between revisions of "UninstallByKey"
(New page: ==Usage== UninstallByKey:[key name],[(boolean)partial],<advanced build parameters> ===Examples=== ===Description=== ==See also== ===Similar commands=== Category:SBI Commands...) |
|||
Line 1: | Line 1: | ||
+ | {{Outdated SBI|RegyKey}} | ||
+ | Searches for uninstall information by the name of the registry key for that uninstaller. | ||
==Usage== | ==Usage== | ||
Line 5: | Line 7: | ||
===Examples=== | ===Examples=== | ||
− | + | UninstallByKey:"bdeplayer",“0“ | |
+ | |||
+ | This would detect the following registry key: | ||
+ | |||
+ | [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\bdeplayer] | ||
+ | "DisplayName"="b3d Projector" | ||
+ | "UnInstallString"="\"D:\\WINNT\\bde\\BDEClean.exe\"" | ||
+ | |||
===Description=== | ===Description=== | ||
+ | # Name of key, either full or partial, depending on second parameter. | ||
+ | # If you know only part of the name or a version number is included, set partial to 1, else use 0. | ||
==See also== | ==See also== | ||
+ | * [[Advanced build parameters]] | ||
===Similar commands=== | ===Similar commands=== | ||
− | + | * [[UninstallByValue]] | |
− | [[ | ||
− | |||
− |
Revision as of 18:42, 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 name of the registry key for that uninstaller.
Usage
UninstallByKey:[key name],[(boolean)partial],<advanced build parameters>
Examples
UninstallByKey:"bdeplayer",“0“
This would detect the following registry key:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\bdeplayer] "DisplayName"="b3d Projector" "UnInstallString"="\"D:\\WINNT\\bde\\BDEClean.exe\""
Description
- Name of key, either full or partial, depending on second parameter.
- If you know only part of the name or a version number is included, set partial to 1, else use 0.