diff options
author | Bob Arnson <bob@firegiant.com> | 2024-04-03 18:07:08 -0400 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2024-04-04 19:46:53 -0400 |
commit | ad78f1ba6693d2603b3465637148a58929b4f680 (patch) | |
tree | 56123baa98df0e8eecb5fd3ea70646dd28af89f0 /src/ext/Bal/wixstdfn | |
parent | ba93485c940b0bae6e0b6a005fdd1819652f3984 (diff) | |
download | wix-ad78f1ba6693d2603b3465637148a58929b4f680.tar.gz wix-ad78f1ba6693d2603b3465637148a58929b4f680.tar.bz2 wix-ad78f1ba6693d2603b3465637148a58929b4f680.zip |
NuGet package readmes (4/n)
See https://github.com/wixtoolset/issues/issues/7862.
Diffstat (limited to 'src/ext/Bal/wixstdfn')
-rw-r--r-- | src/ext/Bal/wixstdfn/README.md | 11 | ||||
-rw-r--r-- | src/ext/Bal/wixstdfn/wixstdfn.nuspec | 2 |
2 files changed, 13 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 | ||
diff --git a/src/ext/Bal/wixstdfn/wixstdfn.nuspec b/src/ext/Bal/wixstdfn/wixstdfn.nuspec index 46a5de8c..1924431e 100644 --- a/src/ext/Bal/wixstdfn/wixstdfn.nuspec +++ b/src/ext/Bal/wixstdfn/wixstdfn.nuspec | |||
@@ -12,6 +12,7 @@ | |||
12 | <copyright>$copyright$</copyright> | 12 | <copyright>$copyright$</copyright> |
13 | <projectUrl>$projectUrl$</projectUrl> | 13 | <projectUrl>$projectUrl$</projectUrl> |
14 | <repository type="$repositorytype$" url="$repositoryurl$" commit="$repositorycommit$" /> | 14 | <repository type="$repositorytype$" url="$repositoryurl$" commit="$repositorycommit$" /> |
15 | <readme>README.md</readme> | ||
15 | <dependencies> | 16 | <dependencies> |
16 | <group targetFramework="Native"> | 17 | <group targetFramework="Native"> |
17 | <dependency id="WixToolset.BootstrapperApplicationApi" version="[$version$,6)" /> | 18 | <dependency id="WixToolset.BootstrapperApplicationApi" version="[$version$,6)" /> |
@@ -21,6 +22,7 @@ | |||
21 | </metadata> | 22 | </metadata> |
22 | 23 | ||
23 | <files> | 24 | <files> |
25 | <file src="$projectFolder$\README.md" /> | ||
24 | <file src="$projectFolder$\build\$id$.props" target="build\" /> | 26 | <file src="$projectFolder$\build\$id$.props" target="build\" /> |
25 | <file src="$projectFolder$\..\..\..\internal\images\wix.png" /> | 27 | <file src="$projectFolder$\..\..\..\internal\images\wix.png" /> |
26 | <file src="$projectFolder$\inc\*" target="lib\native\include" /> | 28 | <file src="$projectFolder$\inc\*" target="lib\native\include" /> |