|

Attributes


(number) The attributes you want to get. Use the plus sign ("+") to combine values. Choose from one or more of the following:

For more information about these flags, see the Feature Table topic in the MSDN.



CONSTANT


VALUE


INSTALLFEATUREATTRIBUTE_FAVORLOCAL


1


INSTALLFEATUREATTRIBUTE_FAVORSOURCE


2


INSTALLFEATUREATTRIBUTE_FOLLOWPARENT


4


INSTALLFEATUREATTRIBUTE_FAVORADVERTISE


8


INSTALLFEATUREATTRIBUTE_DISALLOWADVERTISE


16


INSTALLFEATUREATTRIBUTE_NOUNSUPPORTEDADVERTISE 32


image

Re t u r n s


(table) Returns a table indexed by the following values.



KEY


TYPE DESCRIPTION


Title


string


The localized name of the feature.


Description


string


The localized description of the feature.

If the action fails, nil is returned. You can use Application.GetLastError to determine whether this action failed, and why.


|