Typelib

From SpybotWiki
Revision as of 14:26, 17 February 2008 by CCRDude (talk | contribs)
Jump to: navigation, search

Searches the registry for a typelib with the given name.

Usage

Typelib:[name of typelib],<advanced build parameters>

Examples

Typelib:"bdeplay 1.0 Type Library"

This will detect the following registry key:

[HKEY_CLASSES_ROOT\TypeLib\{51958166-D5E3-11D1-AA42-0000E842E40A}]
[HKEY_CLASSES_ROOT\TypeLib\{51958166-D5E3-11D1-AA42-0000E842E40A}\1.0]
@="bdeplay 1.0 Type Library"

Description

Detects COM type libraries.

  1. The first parameter has to be the name of the type library.
  2. The second, optional, parameter allows you to specify advanced build parameters.

See also

Similar commands