![]() |
NDEVR
API Documentation
|
Describes a feature within a WiX installer, including its files and components. More...
Public Attributes | |
| bool | allow_absent = false |
| Whether the feature can be left uninstalled. | |
| bool | allow_advertise = false |
| Whether the feature can be advertised. | |
| Buffer< String > | components |
| 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< FireWallException > | firewall_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< RegistryKeyAction > | registry_actions |
| Registry actions for this feature. | |
| TranslatedString | title |
| The display title for the feature. | |
Describes a feature within a WiX installer, including its files and components.
Definition at line 30 of file InstallerManager.h.