RegisterProgIdInfo Action
The RegisterProgIdInfo action manages the registration of OLE ProgId information with the system.
Sequence Restrictions
The RegisterProgIdInfo action must come after the InstallFiles action, UnregisterProgIdInfo action, RegisterClassInfo action, and the RegisterExtensionInfo action.
The sequencing of the actions in the following group is restricted. If any subset of these actions occur together in a sequence table, they must have the same relative sequence order as shown:
- UnregisterClassInfo
- UnregisterExtensionInfo
- UnregisterProgIdInfo
- UnregisterMIMEInfo
- RegisterClassInfo
- RegisterExtensionInfo
- RegisterProgIdInfo
- RegisterMIMEInfo
For example, RegisterProgIdInfo must come after RegisterExtensionInfo in the sequence table.
ActionData Messages
Field | Description of action data |
---|---|
[1] | Program identifier of registered program. |
Remarks
The RegisterProgIdInfo action registers all ProgId information for servers that are specified in the ProgId table and for which the corresponding class server or extension server has been selected to be installed.
Related topics