Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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 |