Note: This API documentation is for FAKE version 4. The migration API documentation can be found here. The API documentation for the new fake 5 modules can be found here

WiXComponent

Component which wraps files into logical components and which allows to

Record Fields

Record FieldDescription
Files
Signature: seq<WiXFile>
Guid
Signature: string
Id
Signature: string
RegistryKeys
Signature: seq<WiXRegistryKey>
RegistryValues
Signature: seq<WiXRegistryValue>
ServiceControls
Signature: seq<WiXServiceControl>
ServiceInstalls
Signature: seq<WiXServiceInstall>
Win64
Signature: YesOrNo

Instance members

Instance memberDescription
x.ToComponentRef()
Signature: unit -> WiXComponentRef option