ProcessComponents Action

Windows Installer

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

 

Send comments about this topic to Microsoft

Build date: 8/13/2009

© 2009 Microsoft Corporation. All rights reserved.