Typelib Version
A Typelib Version object represents a specific type library version registration or unregistration. A typelib version object contains one or more typelib localizations. Registration or unregistration of a typelib version is controlled by its component and its localizations.
Situation | InstallMate |
---|---|
Not linked to a component | The type library version is registered if any of its localizations are registered. |
Linked to a component | The type library version is registered if its component is installed, or if any of its localizations are registered. |
InstallMate allows you to register a type library version either implicitly, if one of its localizations is installed, or explicitly, for example if it doesn't have any localizations. See COM classes for more information.
Attributes
The following attributes and options are available.
Attribute | Description |
---|---|
Version | Enter the version number of the typelib version as major.minor. |
Description | Enter the user-visible description of the typelib version. This description is displayed by some tools. |
Help folder | Enter the path to the folder that contains the help files for the library version, or click ... (browse) to open the Select Installation Folder dialog box that allows you to browse for the desired folder. |
Flags | Enter the flags for the type library version as a decimal number. This must be a combination of the Win32 API LIBFLAGS_xxx enumeration values. |