NDEVR
API Documentation
WixInstallerFeature

Describes a feature within a WiX installer, including its files and components. More...

Collaboration diagram for WixInstallerFeature:
[legend]

Public Attributes

bool allow_absent = false
 Whether the feature can be left uninstalled.
bool allow_advertise = false
 Whether the feature can be advertised.
Buffer< Stringcomponents
 Component IDs belonging to this feature.
TranslatedString decription
 The description of the feature.
bool display = false
 Whether the feature is shown in the installer UI.
Dictionary< String, Set< File > > files
 Files grouped by directory for this feature.
Buffer< FireWallExceptionfirewall_exceptions
 Firewall exceptions for this feature.
String id
 The unique feature identifier.
Dictionary< String, Set< File > > install_exe
 Executable files to install for this feature.
uint04 level = 1
 The install level (1 = default install).
Buffer< RegistryKeyActionregistry_actions
 Registry actions for this feature.
TranslatedString title
 The display title for the feature.

Detailed Description

Describes a feature within a WiX installer, including its files and components.


Definition at line 30 of file InstallerManager.h.


The documentation for this struct was generated from the following file: