| 1 | # WixToolset.WixStandardBootstrapperApplicationFunctionApi |
| 2 | |
| 3 | WixToolset.WixStandardBootstrapperApplicationFunctionApi contains the SDK for building **BAFunctions** extensions for WixStdBA, the WiX Standard Bootstrapper Application for Burn bootstrapper bundles. |
| 4 | |
| 5 | 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. |
| 6 | |
| 7 | ## Sources |
| 8 | https://github.com/wixtoolset/wix/tree/HEAD/src/ext/Bal/wixstdfn |
| 9 | |
| 10 | ## Samples |
| 11 | https://github.com/wixtoolset/wix/tree/HEAD/src/ext/Bal/Samples/bafunctions |