summaryrefslogtreecommitdiff
path: root/src/ext/Bal/wixstdfn/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/Bal/wixstdfn/README.md')
-rw-r--r--src/ext/Bal/wixstdfn/README.md11
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
3WixToolset.WixStandardBootstrapperApplicationFunctionApi contains the SDK for building **BAFunctions** extensions for WixStdBA, the WiX Standard Bootstrapper Application for Burn bootstrapper bundles.
4
5BAFunctions 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
8https://github.com/wixtoolset/wix/tree/HEAD/src/ext/Bal/wixstdfn
9
10## Samples
11https://github.com/wixtoolset/wix/tree/HEAD/src/ext/Bal/Samples/bafunctions