blob: 0977ff42825754c106851dec448ce4e78e2a8f76 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# WixToolset.WixStandardBootstrapperApplicationFunctionApi
WixToolset.WixStandardBootstrapperApplicationFunctionApi contains the SDK for building **BAFunctions** extensions for WixStdBA, the WiX Standard Bootstrapper Application for Burn bootstrapper bundles.
BAFunctions are native-code DLLs (typically written in C++) that let you supplement the behavior of WixStdBA, rather than writing an entirely new BA to tweak existing BA behavior.
## Sources
https://github.com/wixtoolset/wix/tree/HEAD/src/ext/Bal/wixstdfn
## Samples
https://github.com/wixtoolset/wix/tree/HEAD/src/ext/Bal/Samples/bafunctions
|