ResultVariable
When adding an action with the action editor, you can use this field to specify a variable that the return value will be stored in.
See also: Related Actions
MSI.GetFeatureInfo
OverviewExamples
table MSI.GetFeatureInfo ( number Handle,
string FeatureID,
number Attributes )
De s cr ip t ion
Calls the MsiGetFeatureInfo function to get descriptive information for a feature.
P arame t er s
Handle
(number) The "handle" to the product that owns the feature. You can use the MSI.OpenProduct action to get the product handle.