ComponentRequestState Property

[This is preliminary documentation and subject to change.]

This is the ComponentRequestState property of the MsiEngine object. This property is used to obtain or request a change in the Action state of a row in the Component table.

Syntax

object.ComponentRequestState(component)

Parts

object
MsiEngine object.
component
Required string name of the component item, primary key of the Component table.

Remarks

Selection States

Null (empty) = Requests that no action be taken for this item.
iisAbsent = 2: Item is to be removed.
iisLocal = 3: Item is to be installed locally.
iisSource = 4: Item is to be installed and run from the source media.
iisDefault = 5: If installed, the item is to be reinstalled in the same state.