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/wixext | |
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/wixext')
-rw-r--r-- | src/ext/Bal/wixext/README.md | 7 | ||||
-rw-r--r-- | src/ext/Bal/wixext/WixToolset.BootstrapperApplications.wixext.csproj | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/src/ext/Bal/wixext/README.md b/src/ext/Bal/wixext/README.md new file mode 100644 index 00000000..a986cb0e --- /dev/null +++ b/src/ext/Bal/wixext/README.md | |||
@@ -0,0 +1,7 @@ | |||
1 | # WixToolset.BootstrapperApplications | ||
2 | |||
3 | WixToolset.BootstrapperApplications is a WiX extension that provides the WiX bootstrapper applications: | ||
4 | |||
5 | - WixStdBA ([WixStandardBootstrapperApplication](https://wixtoolset.org/docs/schema/bal/wixstandardbootstrapperapplication/)), a bootstrapper application with support for custom themes | ||
6 | - WixIuiBA ([WixInternalUIBootstrapperApplication](https://wixtoolset.org/docs/schema/bal/wixinternaluibootstrapperapplication/)), a bootstrapper application for showing internal UI of Windows Installer packages | ||
7 | - WixPreqBA ([WixPrerequisiteBootstrapperApplication](https://wixtoolset.org/docs/schema/bal/wixprerequisitebootstrapperapplication/)), a secondary bootstrapper application for bootstrapping the prerequisites needed for a primary bootstrapper application | ||
diff --git a/src/ext/Bal/wixext/WixToolset.BootstrapperApplications.wixext.csproj b/src/ext/Bal/wixext/WixToolset.BootstrapperApplications.wixext.csproj index 3dd8d306..de32ff4d 100644 --- a/src/ext/Bal/wixext/WixToolset.BootstrapperApplications.wixext.csproj +++ b/src/ext/Bal/wixext/WixToolset.BootstrapperApplications.wixext.csproj | |||
@@ -7,6 +7,7 @@ | |||
7 | <RootNamespace>WixToolset.BootstrapperApplications</RootNamespace> | 7 | <RootNamespace>WixToolset.BootstrapperApplications</RootNamespace> |
8 | <Description>WiX Toolset BootstrapperApplications extension</Description> | 8 | <Description>WiX Toolset BootstrapperApplications extension</Description> |
9 | <Title>WiX Toolset BootstrapperApplications extension</Title> | 9 | <Title>WiX Toolset BootstrapperApplications extension</Title> |
10 | <PackageReadmeFile>README.md</PackageReadmeFile> | ||
10 | <DebugType>embedded</DebugType> | 11 | <DebugType>embedded</DebugType> |
11 | </PropertyGroup> | 12 | </PropertyGroup> |
12 | 13 | ||
@@ -16,6 +17,10 @@ | |||
16 | <EmbeddedResource Include="$(OutputPath)..\bas.wixlib" /> | 17 | <EmbeddedResource Include="$(OutputPath)..\bas.wixlib" /> |
17 | </ItemGroup> | 18 | </ItemGroup> |
18 | 19 | ||
20 | <ItemGroup> | ||
21 | <None Include="README.md" Pack="true" PackagePath="\" /> | ||
22 | </ItemGroup> | ||
23 | |||
19 | <ItemGroup Condition=" '$(NCrunch)'=='' "> | 24 | <ItemGroup Condition=" '$(NCrunch)'=='' "> |
20 | <ProjectReference Include="..\wixlib\bas.wixproj" ReferenceOutputAssembly="false" SkipGetTargetFrameworkProperties="true" /> | 25 | <ProjectReference Include="..\wixlib\bas.wixproj" ReferenceOutputAssembly="false" SkipGetTargetFrameworkProperties="true" /> |
21 | </ItemGroup> | 26 | </ItemGroup> |