Deployment Tools Foundation
FeatureAttributes Enumeration
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► FeatureAttributes
Available values for the Attributes column of the Feature table.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[FlagsAttribute] public enum FeatureAttributes
<FlagsAttribute> _ Public Enumeration FeatureAttributes
[FlagsAttribute] public enum class FeatureAttributes
Members
Member | Description |
---|---|
None |
Favor local - Components of this feature that are not marked for installation from source are installed locally.
|
FavorSource |
Components of this feature not marked for local installation are installed to run from the source
CD-ROM or server.
|
FollowParent |
Set this attribute and the state of the feature is the same as the state of the feature's parent.
You cannot use this option if the feature is located at the root of a feature tree.
|
FavorAdvertise |
Set this attribute and the feature state is Advertise.
|
DisallowAdvertise |
Set this attribute to prevent the feature from being advertised.
|
UIDisallowAbsent |
Set this attribute and the user interface does not display an option to change the feature state
to Absent. Setting this attribute forces the feature to the installation state, whether or not the
feature is visible in the UI.
|
NoUnsupportedAdvertise |
Set this attribute and advertising is disabled for the feature if the operating system shell does not
support Windows Installer descriptors.
|