diff options
Diffstat (limited to 'src/ext/Bal/wixstdfn/README.md')
-rw-r--r-- | src/ext/Bal/wixstdfn/README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ext/Bal/wixstdfn/README.md b/src/ext/Bal/wixstdfn/README.md new file mode 100644 index 00000000..0977ff42 --- /dev/null +++ b/src/ext/Bal/wixstdfn/README.md | |||
@@ -0,0 +1,11 @@ | |||
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 | ||