ProcessComponents Action
The ProcessComponents action registers and unregisters components, their key paths, and the component clients. The ProcessComponents action queries the KeyPath column of the Component table to determine keypaths. This registration is used by MsiGetComponentPath to return the path of a component for a product client.
Sequence Restrictions
The ProcessComponents action must come after the InstallInitialize action.
ActionData Messages
For each component being registered.
Field | Description of action data |
---|---|
[1] | ProductId |
[2] | ComponentId |
[3] | The key path for the component. |
For each component being unregistered.
Field | Description of action data |
---|---|
[1] | ProductId |
[2] | ComponentId |