Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found
here.
If the API is already migrated you can check here if exists in a module.
More information regarding the migration can be found here
OBSOLETE
Use Fake.Installer.Wix instead (FAKE0001 - package: Fake.Installer.Wix - member: Fake.Installer.Wix.CustomActionExecution)
WiXCustomActionExecution
Parameters for WiX Custom Action executions (In InstallExecuteSequence), use ToString for creating the string xml nodes
Record Fields
Record Field | Description |
ActionId
Signature: string
|
The action to which the Custom element applies. |
Condition
Signature: string
|
Conditions that have to be fulfilled for running execution |
Target
Signature: string
|
Name of the standard or custom action that the verb points to |
Verb
Signature: ActionExecutionVerb
|
Specify if action should be executed before or after target action |