From 90b1d345326fd05e701c82fa874590aeb6d1ee93 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Fri, 4 Apr 2025 13:33:48 -0700 Subject: Update READMEs to include OSMF Fixes 7862 Fixes 8974 --- src/ext/Bal/README.md | 60 +++++++++++++++++++++- src/ext/Bal/wixext/README.md | 7 --- ...xToolset.BootstrapperApplications.wixext.csproj | 2 +- src/ext/Bal/wixstdfn/README.md | 38 +++++++++++--- src/ext/Bal/wixstdfn/wixstdfn.nuspec | 2 +- src/ext/ComPlus/README.md | 54 ++++++++++++++++++- .../wixext/WixToolset.ComPlus.wixext.csproj | 5 ++ src/ext/Dependency/README.md | 54 ++++++++++++++++++- .../wixext/WixToolset.Dependency.wixext.csproj | 5 ++ src/ext/DirectX/README.md | 54 ++++++++++++++++++- .../wixext/WixToolset.DirectX.wixext.csproj | 5 ++ src/ext/Firewall/README.md | 54 ++++++++++++++++++- .../wixext/WixToolset.Firewall.wixext.csproj | 5 ++ src/ext/Http/README.md | 54 ++++++++++++++++++- src/ext/Http/wixext/WixToolset.Http.wixext.csproj | 5 ++ src/ext/Iis/README.md | 54 ++++++++++++++++++- src/ext/Iis/wixext/WixToolset.Iis.wixext.csproj | 5 ++ src/ext/Msmq/README.md | 54 ++++++++++++++++++- src/ext/Msmq/wixext/WixToolset.Msmq.wixext.csproj | 5 ++ src/ext/NetFx/README.md | 54 ++++++++++++++++++- .../NetFx/wixext/WixToolset.Netfx.wixext.csproj | 5 ++ src/ext/PowerShell/README.md | 54 ++++++++++++++++++- .../wixext/WixToolset.PowerShell.wixext.csproj | 5 ++ src/ext/Sql/README.md | 54 ++++++++++++++++++- src/ext/Sql/wixext/WixToolset.Sql.wixext.csproj | 5 ++ src/ext/UI/README.md | 54 ++++++++++++++++++- src/ext/UI/wixext/WixToolset.UI.wixext.csproj | 5 ++ src/ext/Util/README.md | 53 ++++++++++++++++++- src/ext/Util/wixext/WixToolset.Util.wixext.csproj | 5 ++ src/ext/VisualStudio/README.md | 54 ++++++++++++++++++- .../wixext/WixToolset.VisualStudio.wixext.csproj | 5 ++ 31 files changed, 832 insertions(+), 43 deletions(-) delete mode 100644 src/ext/Bal/wixext/README.md (limited to 'src/ext') diff --git a/src/ext/Bal/README.md b/src/ext/Bal/README.md index 4a14b1a2..5e969c4f 100644 --- a/src/ext/Bal/README.md +++ b/src/ext/Bal/README.md @@ -1,2 +1,58 @@ -# WixToolset.BootstrapperApplications.wixext -WixToolset.BootstrapperApplications.wixext - Bootstrapper Applications WiX Toolset Extension +# WixToolset.BootstrapperApplications.wixext - Bootstrapper Applications WiX Toolset Extension + +This WiX Extension provides the standard BootstrapperApplications provided by the WiX Toolset. + +- WixStdBA ([WixStandardBootstrapperApplication](https://docs.firegiant.com/wix/schema/bal/wixstandardbootstrapperapplication/)), a bootstrapper application with support for custom themes +- WixIuiBA ([WixInternalUIBootstrapperApplication](https://docs.firegiant.com/wix/schema/bal/wixinternaluibootstrapperapplication/)), a bootstrapper application for showing internal UI of Windows Installer packages +- WixPreqBA ([WixPrerequisiteBootstrapperApplication](https://docs.firegiant.com/wix/schema/bal/wixprerequisitebootstrapperapplication/)), a secondary bootstrapper application for bootstrapping the prerequisites needed for a primary bootstrapper application + +[Web Site][web] | [Documentation][docs] | [Issue Tracker][issues] | [Discussions][discussions] + +## Open Source Maintenance Fee + +To ensure the long-term sustainability of this project, users of this package who generate revenue must pay an [Open Source Maintenance Fee][osmf]. While the source code is freely available under the terms of the [LICENSE][license], this package and other aspects of the project require [adherence to the Open Source Maintenance Fee EULA][eula]. + +To pay the Maintenance Fee, [become a Sponsor](https://github.com/sponsors/wixtoolset). + + +## Getting started + +Add the WiX Extension as a PackageReference to your .wixproj: + +``` + + + + + +``` + +Then add the namespace and bootstrapper application of choice: + +``` + + + + + + + +``` + +## Additional resources + +* [WiX Website][web] +* [WiX Documentation][docs] +* [WiX Issue Tracker][issues] +* [WiX Discussions][discussions] + + +[web]: https://www.firegiant.com/wixtoolset/ +[docs]: https://docs.firegiant.com/wixtoolset/ +[issues]: https://github.com/wixtoolset/issues/issues +[discussions]: https://github.com/orgs/wixtoolset/discussions +[sdk]: https://www.nuget.org/packages/WixToolset.Sdk/ +[osmf]: https://opensourcemaintenancefee.org/ +[license]: https://github.com/wixtoolset/wix/blob/main/LICENSE.TXT +[eula]: https://github.com/wixtoolset/wix/blob/main/OSMFEULA.txt diff --git a/src/ext/Bal/wixext/README.md b/src/ext/Bal/wixext/README.md deleted file mode 100644 index a986cb0e..00000000 --- a/src/ext/Bal/wixext/README.md +++ /dev/null @@ -1,7 +0,0 @@ -# WixToolset.BootstrapperApplications - -WixToolset.BootstrapperApplications is a WiX extension that provides the WiX bootstrapper applications: - -- WixStdBA ([WixStandardBootstrapperApplication](https://wixtoolset.org/docs/schema/bal/wixstandardbootstrapperapplication/)), a bootstrapper application with support for custom themes -- WixIuiBA ([WixInternalUIBootstrapperApplication](https://wixtoolset.org/docs/schema/bal/wixinternaluibootstrapperapplication/)), a bootstrapper application for showing internal UI of Windows Installer packages -- 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 de32ff4d..adc6a86f 100644 --- a/src/ext/Bal/wixext/WixToolset.BootstrapperApplications.wixext.csproj +++ b/src/ext/Bal/wixext/WixToolset.BootstrapperApplications.wixext.csproj @@ -18,7 +18,7 @@ - + diff --git a/src/ext/Bal/wixstdfn/README.md b/src/ext/Bal/wixstdfn/README.md index 0977ff42..4aef768e 100644 --- a/src/ext/Bal/wixstdfn/README.md +++ b/src/ext/Bal/wixstdfn/README.md @@ -1,11 +1,37 @@ -# WixToolset.WixStandardBootstrapperApplicationFunctionApi +# WixToolset.WixStandardBootstrapperApplicationFunctionApi - extend WiX Standard Bootstrapper Application -WixToolset.WixStandardBootstrapperApplicationFunctionApi contains the SDK for building **BAFunctions** extensions for WixStdBA, the WiX Standard Bootstrapper Application for Burn bootstrapper bundles. +The `WixToolset.WixStandardBootstrapperApplicationFunctionApi` package contains the SDK for building **BAFunctions** extensions for WixStdBA, the WiX Standard Bootstrapper Application for Burn bootstrapper bundles. + +[Web Site][web] | [Documentation][docs] | [Issue Tracker][issues] | [Discussions][discussions] + + +## Open Source Maintenance Fee + +To ensure the long-term sustainability of this project, users of this package who generate revenue must pay an [Open Source Maintenance Fee][osmf]. While the source code is freely available under the terms of the [LICENSE][license], this package and other aspects of the project require [adherence to the Open Source Maintenance Fee EULA][eula]. + +To pay the Maintenance Fee, [become a Sponsor](https://github.com/sponsors/wixtoolset). + + +## Getting started 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. -## Sources -https://github.com/wixtoolset/wix/tree/HEAD/src/ext/Bal/wixstdfn +The best way to learn is via the samples at: https://github.com/wixtoolset/wix/tree/HEAD/src/ext/Bal/Samples/bafunctions + + +## Additional resources + +* [WiX Website][web] +* [WiX Documentation][docs] +* [WiX Issue Tracker][issues] +* [WiX Discussions][discussions] + -## Samples -https://github.com/wixtoolset/wix/tree/HEAD/src/ext/Bal/Samples/bafunctions +[web]: https://www.firegiant.com/wixtoolset/ +[docs]: https://docs.firegiant.com/wixtoolset/ +[issues]: https://github.com/wixtoolset/issues/issues +[discussions]: https://github.com/orgs/wixtoolset/discussions +[sdk]: https://www.nuget.org/packages/WixToolset.Sdk/ +[osmf]: https://opensourcemaintenancefee.org/ +[license]: https://github.com/wixtoolset/wix/blob/main/LICENSE.TXT +[eula]: https://github.com/wixtoolset/wix/blob/main/OSMFEULA.txt diff --git a/src/ext/Bal/wixstdfn/wixstdfn.nuspec b/src/ext/Bal/wixstdfn/wixstdfn.nuspec index 86860b67..d4b6e104 100644 --- a/src/ext/Bal/wixstdfn/wixstdfn.nuspec +++ b/src/ext/Bal/wixstdfn/wixstdfn.nuspec @@ -7,13 +7,13 @@ $description$ $authors$ icon.png + README.md OSMFEULA.txt true $packageTags$ $copyright$ $projectUrl$ - README.md diff --git a/src/ext/ComPlus/README.md b/src/ext/ComPlus/README.md index 8604c104..2412a6d1 100644 --- a/src/ext/ComPlus/README.md +++ b/src/ext/ComPlus/README.md @@ -1,2 +1,52 @@ -# ComPlus.wixext -WixToolset.ComPlus.wixext - COM+ WiX Toolset Extension +# WixToolset.ComPlus.wixext - COM+ WiX Toolset Extension + +This WiX Extension provides support for configuring COM+. + +[Web Site][web] | [Documentation][docs] | [Issue Tracker][issues] | [Discussions][discussions] + + +## Open Source Maintenance Fee + +To ensure the long-term sustainability of this project, users of this package who generate revenue must pay an [Open Source Maintenance Fee][osmf]. While the source code is freely available under the terms of the [LICENSE][license], this package and other aspects of the project require [adherence to the Open Source Maintenance Fee EULA][eula]. + +To pay the Maintenance Fee, [become a Sponsor](https://github.com/sponsors/wixtoolset). + + +## Getting started + +Add the WiX Extension as a PackageReference to your .wixproj: + +``` + + + + + +``` + +Then add the extension's namespace: + +``` + + + .. + +``` + +## Additional resources + +* [WiX Website][web] +* [WiX Documentation][docs] +* [WiX Issue Tracker][issues] +* [WiX Discussions][discussions] + + +[web]: https://www.firegiant.com/wixtoolset/ +[docs]: https://docs.firegiant.com/wixtoolset/ +[issues]: https://github.com/wixtoolset/issues/issues +[discussions]: https://github.com/orgs/wixtoolset/discussions +[sdk]: https://www.nuget.org/packages/WixToolset.Sdk/ +[osmf]: https://opensourcemaintenancefee.org/ +[license]: https://github.com/wixtoolset/wix/blob/main/LICENSE.TXT +[eula]: https://github.com/wixtoolset/wix/blob/main/OSMFEULA.txt diff --git a/src/ext/ComPlus/wixext/WixToolset.ComPlus.wixext.csproj b/src/ext/ComPlus/wixext/WixToolset.ComPlus.wixext.csproj index 1975d7d4..11911b35 100644 --- a/src/ext/ComPlus/wixext/WixToolset.ComPlus.wixext.csproj +++ b/src/ext/ComPlus/wixext/WixToolset.ComPlus.wixext.csproj @@ -7,6 +7,7 @@ WixToolset.ComPlus WiX Toolset ComPlus Extension WiX Toolset ComPlus Extension + README.md embedded @@ -16,6 +17,10 @@ + + + + diff --git a/src/ext/Dependency/README.md b/src/ext/Dependency/README.md index 09feba68..0d7fd7b3 100644 --- a/src/ext/Dependency/README.md +++ b/src/ext/Dependency/README.md @@ -1,2 +1,52 @@ -# Dependency.wixext -WixToolset.Dependency.wixext - Dependency WiX Toolset Extension +# WixToolset.Dependency.wixext - Dependency WiX Toolset Extension + +This WiX Extension provides support for configuring package dependencies. + +[Web Site][web] | [Documentation][docs] | [Issue Tracker][issues] | [Discussions][discussions] + + +## Open Source Maintenance Fee + +To ensure the long-term sustainability of this project, users of this package who generate revenue must pay an [Open Source Maintenance Fee][osmf]. While the source code is freely available under the terms of the [LICENSE][license], this package and other aspects of the project require [adherence to the Open Source Maintenance Fee EULA][eula]. + +To pay the Maintenance Fee, [become a Sponsor](https://github.com/sponsors/wixtoolset). + + +## Getting started + +Add the WiX Extension as a PackageReference to your .wixproj: + +``` + + + + + +``` + +Then add the extension's namespace: + +``` + + + .. + +``` + +## Additional resources + +* [WiX Website][web] +* [WiX Documentation][docs] +* [WiX Issue Tracker][issues] +* [WiX Discussions][discussions] + + +[web]: https://www.firegiant.com/wixtoolset/ +[docs]: https://docs.firegiant.com/wixtoolset/ +[issues]: https://github.com/wixtoolset/issues/issues +[discussions]: https://github.com/orgs/wixtoolset/discussions +[sdk]: https://www.nuget.org/packages/WixToolset.Sdk/ +[osmf]: https://opensourcemaintenancefee.org/ +[license]: https://github.com/wixtoolset/wix/blob/main/LICENSE.TXT +[eula]: https://github.com/wixtoolset/wix/blob/main/OSMFEULA.txt diff --git a/src/ext/Dependency/wixext/WixToolset.Dependency.wixext.csproj b/src/ext/Dependency/wixext/WixToolset.Dependency.wixext.csproj index b61c6665..51010891 100644 --- a/src/ext/Dependency/wixext/WixToolset.Dependency.wixext.csproj +++ b/src/ext/Dependency/wixext/WixToolset.Dependency.wixext.csproj @@ -7,6 +7,7 @@ WixToolset.Dependency WiX Toolset Dependency Extension WiX Toolset Dependency Extension + README.md embedded @@ -16,6 +17,10 @@ + + + + diff --git a/src/ext/DirectX/README.md b/src/ext/DirectX/README.md index 6131cf35..2f9f3f08 100644 --- a/src/ext/DirectX/README.md +++ b/src/ext/DirectX/README.md @@ -1,2 +1,52 @@ -# DirectX.wixext -WixToolset.DirectX.wixext - DirectX WiX Toolset Extension +# WixToolset.DirectX.wixext - DirectX WiX Toolset Extension + +This WiX Extension provides support for configuring DirectX. + +[Web Site][web] | [Documentation][docs] | [Issue Tracker][issues] | [Discussions][discussions] + + +## Open Source Maintenance Fee + +To ensure the long-term sustainability of this project, users of this package who generate revenue must pay an [Open Source Maintenance Fee][osmf]. While the source code is freely available under the terms of the [LICENSE][license], this package and other aspects of the project require [adherence to the Open Source Maintenance Fee EULA][eula]. + +To pay the Maintenance Fee, [become a Sponsor](https://github.com/sponsors/wixtoolset). + + +## Getting started + +Add the WiX Extension as a PackageReference to your .wixproj: + +``` + + + + + +``` + +Then add the extension's namespace: + +``` + + + .. + +``` + +## Additional resources + +* [WiX Website][web] +* [WiX Documentation][docs] +* [WiX Issue Tracker][issues] +* [WiX Discussions][discussions] + + +[web]: https://www.firegiant.com/wixtoolset/ +[docs]: https://docs.firegiant.com/wixtoolset/ +[issues]: https://github.com/wixtoolset/issues/issues +[discussions]: https://github.com/orgs/wixtoolset/discussions +[sdk]: https://www.nuget.org/packages/WixToolset.Sdk/ +[osmf]: https://opensourcemaintenancefee.org/ +[license]: https://github.com/wixtoolset/wix/blob/main/LICENSE.TXT +[eula]: https://github.com/wixtoolset/wix/blob/main/OSMFEULA.txt diff --git a/src/ext/DirectX/wixext/WixToolset.DirectX.wixext.csproj b/src/ext/DirectX/wixext/WixToolset.DirectX.wixext.csproj index 80263e9a..eadbc193 100644 --- a/src/ext/DirectX/wixext/WixToolset.DirectX.wixext.csproj +++ b/src/ext/DirectX/wixext/WixToolset.DirectX.wixext.csproj @@ -7,6 +7,7 @@ WixToolset.DirectX WiX Toolset DirectX Extension WiX Toolset DirectX Extension + README.md embedded @@ -16,6 +17,10 @@ + + + + diff --git a/src/ext/Firewall/README.md b/src/ext/Firewall/README.md index be5801da..bd2b3fce 100644 --- a/src/ext/Firewall/README.md +++ b/src/ext/Firewall/README.md @@ -1,2 +1,52 @@ -# Firewall.wixext -WixToolset.Firewall.wixext - Firewall WiX Toolset Extension +# WixToolset.Firewall.wixext - Firewall WiX Toolset Extension + +This WiX Extension provides support for configuring Windows Firewall. + +[Web Site][web] | [Documentation][docs] | [Issue Tracker][issues] | [Discussions][discussions] + + +## Open Source Maintenance Fee + +To ensure the long-term sustainability of this project, users of this package who generate revenue must pay an [Open Source Maintenance Fee][osmf]. While the source code is freely available under the terms of the [LICENSE][license], this package and other aspects of the project require [adherence to the Open Source Maintenance Fee EULA][eula]. + +To pay the Maintenance Fee, [become a Sponsor](https://github.com/sponsors/wixtoolset). + + +## Getting started + +Add the WiX Extension as a PackageReference to your .wixproj: + +``` + + + + + +``` + +Then add the extension's namespace: + +``` + + + .. + +``` + +## Additional resources + +* [WiX Website][web] +* [WiX Documentation][docs] +* [WiX Issue Tracker][issues] +* [WiX Discussions][discussions] + + +[web]: https://www.firegiant.com/wixtoolset/ +[docs]: https://docs.firegiant.com/wixtoolset/ +[issues]: https://github.com/wixtoolset/issues/issues +[discussions]: https://github.com/orgs/wixtoolset/discussions +[sdk]: https://www.nuget.org/packages/WixToolset.Sdk/ +[osmf]: https://opensourcemaintenancefee.org/ +[license]: https://github.com/wixtoolset/wix/blob/main/LICENSE.TXT +[eula]: https://github.com/wixtoolset/wix/blob/main/OSMFEULA.txt diff --git a/src/ext/Firewall/wixext/WixToolset.Firewall.wixext.csproj b/src/ext/Firewall/wixext/WixToolset.Firewall.wixext.csproj index 25322dc4..f9032032 100644 --- a/src/ext/Firewall/wixext/WixToolset.Firewall.wixext.csproj +++ b/src/ext/Firewall/wixext/WixToolset.Firewall.wixext.csproj @@ -7,6 +7,7 @@ WixToolset.Firewall WiX Toolset Firewall Extension WiX Toolset Firewall Extension + README.md embedded @@ -16,6 +17,10 @@ + + + + diff --git a/src/ext/Http/README.md b/src/ext/Http/README.md index 2d9f1895..64cbbf51 100644 --- a/src/ext/Http/README.md +++ b/src/ext/Http/README.md @@ -1,2 +1,52 @@ -# Http.wixext -WixToolset.Http.wixext - Http WiX Toolset Extension +# WixToolset.Http.wixext - Http WiX Toolset Extension + +This WiX Extension provides support for configuring HTTP.SYS. + +[Web Site][web] | [Documentation][docs] | [Issue Tracker][issues] | [Discussions][discussions] + + +## Open Source Maintenance Fee + +To ensure the long-term sustainability of this project, users of this package who generate revenue must pay an [Open Source Maintenance Fee][osmf]. While the source code is freely available under the terms of the [LICENSE][license], this package and other aspects of the project require [adherence to the Open Source Maintenance Fee EULA][eula]. + +To pay the Maintenance Fee, [become a Sponsor](https://github.com/sponsors/wixtoolset). + + +## Getting started + +Add the WiX Extension as a PackageReference to your .wixproj: + +``` + + + + + +``` + +Then add the extension's namespace: + +``` + + + .. + +``` + +## Additional resources + +* [WiX Website][web] +* [WiX Documentation][docs] +* [WiX Issue Tracker][issues] +* [WiX Discussions][discussions] + + +[web]: https://www.firegiant.com/wixtoolset/ +[docs]: https://docs.firegiant.com/wixtoolset/ +[issues]: https://github.com/wixtoolset/issues/issues +[discussions]: https://github.com/orgs/wixtoolset/discussions +[sdk]: https://www.nuget.org/packages/WixToolset.Sdk/ +[osmf]: https://opensourcemaintenancefee.org/ +[license]: https://github.com/wixtoolset/wix/blob/main/LICENSE.TXT +[eula]: https://github.com/wixtoolset/wix/blob/main/OSMFEULA.txt diff --git a/src/ext/Http/wixext/WixToolset.Http.wixext.csproj b/src/ext/Http/wixext/WixToolset.Http.wixext.csproj index cee26f86..64c0785c 100644 --- a/src/ext/Http/wixext/WixToolset.Http.wixext.csproj +++ b/src/ext/Http/wixext/WixToolset.Http.wixext.csproj @@ -7,6 +7,7 @@ WixToolset.Http WiX Toolset Http Extension WiX Toolset Http Extension + README.md embedded @@ -16,6 +17,10 @@ + + + + diff --git a/src/ext/Iis/README.md b/src/ext/Iis/README.md index ddb21a82..3344d10c 100644 --- a/src/ext/Iis/README.md +++ b/src/ext/Iis/README.md @@ -1,2 +1,52 @@ -# Iis.wixext -WixToolset.Iis.wixext - Iis WiX Toolset Extension +# WixToolset.Iis.wixext - IIS WiX Toolset Extension + +This WiX Extension provides support for configuring IIS. + +[Web Site][web] | [Documentation][docs] | [Issue Tracker][issues] | [Discussions][discussions] + + +## Open Source Maintenance Fee + +To ensure the long-term sustainability of this project, users of this package who generate revenue must pay an [Open Source Maintenance Fee][osmf]. While the source code is freely available under the terms of the [LICENSE][license], this package and other aspects of the project require [adherence to the Open Source Maintenance Fee EULA][eula]. + +To pay the Maintenance Fee, [become a Sponsor](https://github.com/sponsors/wixtoolset). + + +## Getting started + +Add the WiX Extension as a PackageReference to your .wixproj: + +``` + + + + + +``` + +Then add the extension's namespace: + +``` + + + .. + +``` + +## Additional resources + +* [WiX Website][web] +* [WiX Documentation][docs] +* [WiX Issue Tracker][issues] +* [WiX Discussions][discussions] + + +[web]: https://www.firegiant.com/wixtoolset/ +[docs]: https://docs.firegiant.com/wixtoolset/ +[issues]: https://github.com/wixtoolset/issues/issues +[discussions]: https://github.com/orgs/wixtoolset/discussions +[sdk]: https://www.nuget.org/packages/WixToolset.Sdk/ +[osmf]: https://opensourcemaintenancefee.org/ +[license]: https://github.com/wixtoolset/wix/blob/main/LICENSE.TXT +[eula]: https://github.com/wixtoolset/wix/blob/main/OSMFEULA.txt diff --git a/src/ext/Iis/wixext/WixToolset.Iis.wixext.csproj b/src/ext/Iis/wixext/WixToolset.Iis.wixext.csproj index 79c8dae7..72d32cfa 100644 --- a/src/ext/Iis/wixext/WixToolset.Iis.wixext.csproj +++ b/src/ext/Iis/wixext/WixToolset.Iis.wixext.csproj @@ -7,6 +7,7 @@ WixToolset.Iis WiX Toolset Iis Extension WiX Toolset Iis Extension + README.md embedded @@ -16,6 +17,10 @@ + + + + diff --git a/src/ext/Msmq/README.md b/src/ext/Msmq/README.md index fa3c277f..6ebd70e9 100644 --- a/src/ext/Msmq/README.md +++ b/src/ext/Msmq/README.md @@ -1,2 +1,52 @@ -# Msmq.wixext -WixToolset.Msmq.wixext - MSMQ WiX Toolset Extension +# WixToolset.Msmq.wixext - MSMQ WiX Toolset Extension + +This WiX Extension provides support for configuring MSMQ. + +[Web Site][web] | [Documentation][docs] | [Issue Tracker][issues] | [Discussions][discussions] + + +## Open Source Maintenance Fee + +To ensure the long-term sustainability of this project, users of this package who generate revenue must pay an [Open Source Maintenance Fee][osmf]. While the source code is freely available under the terms of the [LICENSE][license], this package and other aspects of the project require [adherence to the Open Source Maintenance Fee EULA][eula]. + +To pay the Maintenance Fee, [become a Sponsor](https://github.com/sponsors/wixtoolset). + + +## Getting started + +Add the WiX Extension as a PackageReference to your .wixproj: + +``` + + + + + +``` + +Then add the extension's namespace: + +``` + + + .. + +``` + +## Additional resources + +* [WiX Website][web] +* [WiX Documentation][docs] +* [WiX Issue Tracker][issues] +* [WiX Discussions][discussions] + + +[web]: https://www.firegiant.com/wixtoolset/ +[docs]: https://docs.firegiant.com/wixtoolset/ +[issues]: https://github.com/wixtoolset/issues/issues +[discussions]: https://github.com/orgs/wixtoolset/discussions +[sdk]: https://www.nuget.org/packages/WixToolset.Sdk/ +[osmf]: https://opensourcemaintenancefee.org/ +[license]: https://github.com/wixtoolset/wix/blob/main/LICENSE.TXT +[eula]: https://github.com/wixtoolset/wix/blob/main/OSMFEULA.txt diff --git a/src/ext/Msmq/wixext/WixToolset.Msmq.wixext.csproj b/src/ext/Msmq/wixext/WixToolset.Msmq.wixext.csproj index ef369c2c..5aa81b74 100644 --- a/src/ext/Msmq/wixext/WixToolset.Msmq.wixext.csproj +++ b/src/ext/Msmq/wixext/WixToolset.Msmq.wixext.csproj @@ -7,6 +7,7 @@ WixToolset.Msmq WiX Toolset MSMQ Extension WiX Toolset MSMQ Extension + README.md embedded @@ -16,6 +17,10 @@ + + + + diff --git a/src/ext/NetFx/README.md b/src/ext/NetFx/README.md index a31cfd1d..ace02de3 100644 --- a/src/ext/NetFx/README.md +++ b/src/ext/NetFx/README.md @@ -1,2 +1,52 @@ -# NetFx.wixext -WixToolset.NetFx.wixext - .NET Framework WiX Toolset Extension +# WixToolset.NetFx.wixext - .NET Framework WiX Toolset Extension + +This WiX Extension provides support for configuring .NET Framework. + +[Web Site][web] | [Documentation][docs] | [Issue Tracker][issues] | [Discussions][discussions] + + +## Open Source Maintenance Fee + +To ensure the long-term sustainability of this project, users of this package who generate revenue must pay an [Open Source Maintenance Fee][osmf]. While the source code is freely available under the terms of the [LICENSE][license], this package and other aspects of the project require [adherence to the Open Source Maintenance Fee EULA][eula]. + +To pay the Maintenance Fee, [become a Sponsor](https://github.com/sponsors/wixtoolset). + + +## Getting started + +Add the WiX Extension as a PackageReference to your .wixproj: + +``` + + + + + +``` + +Then add the extension's namespace: + +``` + + + .. + +``` + +## Additional resources + +* [WiX Website][web] +* [WiX Documentation][docs] +* [WiX Issue Tracker][issues] +* [WiX Discussions][discussions] + + +[web]: https://www.firegiant.com/wixtoolset/ +[docs]: https://docs.firegiant.com/wixtoolset/ +[issues]: https://github.com/wixtoolset/issues/issues +[discussions]: https://github.com/orgs/wixtoolset/discussions +[sdk]: https://www.nuget.org/packages/WixToolset.Sdk/ +[osmf]: https://opensourcemaintenancefee.org/ +[license]: https://github.com/wixtoolset/wix/blob/main/LICENSE.TXT +[eula]: https://github.com/wixtoolset/wix/blob/main/OSMFEULA.txt diff --git a/src/ext/NetFx/wixext/WixToolset.Netfx.wixext.csproj b/src/ext/NetFx/wixext/WixToolset.Netfx.wixext.csproj index 67759ab3..2c63a42d 100644 --- a/src/ext/NetFx/wixext/WixToolset.Netfx.wixext.csproj +++ b/src/ext/NetFx/wixext/WixToolset.Netfx.wixext.csproj @@ -7,6 +7,7 @@ WixToolset.Netfx WiX Toolset .NET extension WiX Toolset .NET extension + README.md embedded @@ -16,6 +17,10 @@ + + + + diff --git a/src/ext/PowerShell/README.md b/src/ext/PowerShell/README.md index 6de236f7..7ee2f5e2 100644 --- a/src/ext/PowerShell/README.md +++ b/src/ext/PowerShell/README.md @@ -1,2 +1,52 @@ -# PowerShell.wixext -WixToolset.PowerShell.wixext - PowerShell WiX Toolset Extension +# WixToolset.PowerShell.wixext - PowerShell WiX Toolset Extension + +This WiX Extension provides support for configuring PowerShell. + +[Web Site][web] | [Documentation][docs] | [Issue Tracker][issues] | [Discussions][discussions] + + +## Open Source Maintenance Fee + +To ensure the long-term sustainability of this project, users of this package who generate revenue must pay an [Open Source Maintenance Fee][osmf]. While the source code is freely available under the terms of the [LICENSE][license], this package and other aspects of the project require [adherence to the Open Source Maintenance Fee EULA][eula]. + +To pay the Maintenance Fee, [become a Sponsor](https://github.com/sponsors/wixtoolset). + + +## Getting started + +Add the WiX Extension as a PackageReference to your .wixproj: + +``` + + + + + +``` + +Then add the extension's namespace: + +``` + + + .. + +``` + +## Additional resources + +* [WiX Website][web] +* [WiX Documentation][docs] +* [WiX Issue Tracker][issues] +* [WiX Discussions][discussions] + + +[web]: https://www.firegiant.com/wixtoolset/ +[docs]: https://docs.firegiant.com/wixtoolset/ +[issues]: https://github.com/wixtoolset/issues/issues +[discussions]: https://github.com/orgs/wixtoolset/discussions +[sdk]: https://www.nuget.org/packages/WixToolset.Sdk/ +[osmf]: https://opensourcemaintenancefee.org/ +[license]: https://github.com/wixtoolset/wix/blob/main/LICENSE.TXT +[eula]: https://github.com/wixtoolset/wix/blob/main/OSMFEULA.txt diff --git a/src/ext/PowerShell/wixext/WixToolset.PowerShell.wixext.csproj b/src/ext/PowerShell/wixext/WixToolset.PowerShell.wixext.csproj index 812915a8..93ac837c 100644 --- a/src/ext/PowerShell/wixext/WixToolset.PowerShell.wixext.csproj +++ b/src/ext/PowerShell/wixext/WixToolset.PowerShell.wixext.csproj @@ -7,6 +7,7 @@ WixToolset.PowerShell WiX Toolset PowerShell Extension WiX Toolset PowerShell Extension + README.md embedded @@ -16,6 +17,10 @@ + + + + diff --git a/src/ext/Sql/README.md b/src/ext/Sql/README.md index 377c9032..adc543c8 100644 --- a/src/ext/Sql/README.md +++ b/src/ext/Sql/README.md @@ -1,2 +1,52 @@ -# Sql.wixext -WixToolset.Sql.wixext - Sql WiX Toolset Extension +# WixToolset.Sql.wixext - Sql WiX Toolset Extension + +This WiX Extension provides support for configuring SQL Server. + +[Web Site][web] | [Documentation][docs] | [Issue Tracker][issues] | [Discussions][discussions] + + +## Open Source Maintenance Fee + +To ensure the long-term sustainability of this project, users of this package who generate revenue must pay an [Open Source Maintenance Fee][osmf]. While the source code is freely available under the terms of the [LICENSE][license], this package and other aspects of the project require [adherence to the Open Source Maintenance Fee EULA][eula]. + +To pay the Maintenance Fee, [become a Sponsor](https://github.com/sponsors/wixtoolset). + + +## Getting started + +Add the WiX Extension as a PackageReference to your .wixproj: + +``` + + + + + +``` + +Then add the extension's namespace: + +``` + + + .. + +``` + +## Additional resources + +* [WiX Website][web] +* [WiX Documentation][docs] +* [WiX Issue Tracker][issues] +* [WiX Discussions][discussions] + + +[web]: https://www.firegiant.com/wixtoolset/ +[docs]: https://docs.firegiant.com/wixtoolset/ +[issues]: https://github.com/wixtoolset/issues/issues +[discussions]: https://github.com/orgs/wixtoolset/discussions +[sdk]: https://www.nuget.org/packages/WixToolset.Sdk/ +[osmf]: https://opensourcemaintenancefee.org/ +[license]: https://github.com/wixtoolset/wix/blob/main/LICENSE.TXT +[eula]: https://github.com/wixtoolset/wix/blob/main/OSMFEULA.txt diff --git a/src/ext/Sql/wixext/WixToolset.Sql.wixext.csproj b/src/ext/Sql/wixext/WixToolset.Sql.wixext.csproj index 28a66297..32386b79 100644 --- a/src/ext/Sql/wixext/WixToolset.Sql.wixext.csproj +++ b/src/ext/Sql/wixext/WixToolset.Sql.wixext.csproj @@ -7,6 +7,7 @@ WixToolset.Sql WiX Toolset Sql Extension WiX Toolset Sql Extension + README.md embedded @@ -16,6 +17,10 @@ + + + + diff --git a/src/ext/UI/README.md b/src/ext/UI/README.md index ebfefedd..19d5ba0c 100644 --- a/src/ext/UI/README.md +++ b/src/ext/UI/README.md @@ -1,2 +1,52 @@ -# UI.wixext -WixToolset.UI.wixext - UI WiX Toolset Extension +# WixToolset.UI.wixext - UI WiX Toolset Extension + +This WiX Extension provides support for standard internal MSI UI. + +[Web Site][web] | [Documentation][docs] | [Issue Tracker][issues] | [Discussions][discussions] + + +## Open Source Maintenance Fee + +To ensure the long-term sustainability of this project, users of this package who generate revenue must pay an [Open Source Maintenance Fee][osmf]. While the source code is freely available under the terms of the [LICENSE][license], this package and other aspects of the project require [adherence to the Open Source Maintenance Fee EULA][eula]. + +To pay the Maintenance Fee, [become a Sponsor](https://github.com/sponsors/wixtoolset). + + +## Getting started + +Add the WiX Extension as a PackageReference to your .wixproj: + +``` + + + + + +``` + +Then add the extension's namespace: + +``` + + + .. + +``` + +## Additional resources + +* [WiX Website][web] +* [WiX Documentation][docs] +* [WiX Issue Tracker][issues] +* [WiX Discussions][discussions] + + +[web]: https://www.firegiant.com/wixtoolset/ +[docs]: https://docs.firegiant.com/wixtoolset/ +[issues]: https://github.com/wixtoolset/issues/issues +[discussions]: https://github.com/orgs/wixtoolset/discussions +[sdk]: https://www.nuget.org/packages/WixToolset.Sdk/ +[osmf]: https://opensourcemaintenancefee.org/ +[license]: https://github.com/wixtoolset/wix/blob/main/LICENSE.TXT +[eula]: https://github.com/wixtoolset/wix/blob/main/OSMFEULA.txt diff --git a/src/ext/UI/wixext/WixToolset.UI.wixext.csproj b/src/ext/UI/wixext/WixToolset.UI.wixext.csproj index 288b4a85..1ba64a5a 100644 --- a/src/ext/UI/wixext/WixToolset.UI.wixext.csproj +++ b/src/ext/UI/wixext/WixToolset.UI.wixext.csproj @@ -7,6 +7,7 @@ WixToolset.UI WiX Toolset UI Extension WiX Toolset UI Extension + README.md embedded @@ -16,6 +17,10 @@ + + + + diff --git a/src/ext/Util/README.md b/src/ext/Util/README.md index 540c539c..11d7a363 100644 --- a/src/ext/Util/README.md +++ b/src/ext/Util/README.md @@ -1,3 +1,52 @@ -# Util.wixext -WixToolset.Util.wixext - Utility WiX Toolset Extension +# WixToolset.Util.wixext - Utility WiX Toolset Extension +This WiX Extension provides support for configuring various parts of Windows. + +[Web Site][web] | [Documentation][docs] | [Issue Tracker][issues] | [Discussions][discussions] + + +## Open Source Maintenance Fee + +To ensure the long-term sustainability of this project, users of this package who generate revenue must pay an [Open Source Maintenance Fee][osmf]. While the source code is freely available under the terms of the [LICENSE][license], this package and other aspects of the project require [adherence to the Open Source Maintenance Fee EULA][eula]. + +To pay the Maintenance Fee, [become a Sponsor](https://github.com/sponsors/wixtoolset). + + +## Getting started + +Add the WiX Extension as a PackageReference to your .wixproj: + +``` + + + + + +``` + +Then add the extension's namespace: + +``` + + + .. + +``` + +## Additional resources + +* [WiX Website][web] +* [WiX Documentation][docs] +* [WiX Issue Tracker][issues] +* [WiX Discussions][discussions] + + +[web]: https://www.firegiant.com/wixtoolset/ +[docs]: https://docs.firegiant.com/wixtoolset/ +[issues]: https://github.com/wixtoolset/issues/issues +[discussions]: https://github.com/orgs/wixtoolset/discussions +[sdk]: https://www.nuget.org/packages/WixToolset.Sdk/ +[osmf]: https://opensourcemaintenancefee.org/ +[license]: https://github.com/wixtoolset/wix/blob/main/LICENSE.TXT +[eula]: https://github.com/wixtoolset/wix/blob/main/OSMFEULA.txt diff --git a/src/ext/Util/wixext/WixToolset.Util.wixext.csproj b/src/ext/Util/wixext/WixToolset.Util.wixext.csproj index a4fcaf14..2a2a2f6a 100644 --- a/src/ext/Util/wixext/WixToolset.Util.wixext.csproj +++ b/src/ext/Util/wixext/WixToolset.Util.wixext.csproj @@ -7,6 +7,7 @@ WixToolset.Util WiX Toolset Utility extension WiX Toolset Utility extension + README.md embedded @@ -16,6 +17,10 @@ + + + + diff --git a/src/ext/VisualStudio/README.md b/src/ext/VisualStudio/README.md index 76fbd4ce..a418d49b 100644 --- a/src/ext/VisualStudio/README.md +++ b/src/ext/VisualStudio/README.md @@ -1,2 +1,52 @@ -# VisualStudio.wixext -WixToolset.VisualStudio.wixext - Visual Studio WiX Toolset Extension +# WixToolset.VisualStudio.wixext - Visual Studio WiX Toolset Extension + +This WiX Extension provides support for configuring Visual Studio. + +[Web Site][web] | [Documentation][docs] | [Issue Tracker][issues] | [Discussions][discussions] + + +## Open Source Maintenance Fee + +To ensure the long-term sustainability of this project, users of this package who generate revenue must pay an [Open Source Maintenance Fee][osmf]. While the source code is freely available under the terms of the [LICENSE][license], this package and other aspects of the project require [adherence to the Open Source Maintenance Fee EULA][eula]. + +To pay the Maintenance Fee, [become a Sponsor](https://github.com/sponsors/wixtoolset). + + +## Getting started + +Add the WiX Extension as a PackageReference to your .wixproj: + +``` + + + + + +``` + +Then add the extension's namespace: + +``` + + + .. + +``` + +## Additional resources + +* [WiX Website][web] +* [WiX Documentation][docs] +* [WiX Issue Tracker][issues] +* [WiX Discussions][discussions] + + +[web]: https://www.firegiant.com/wixtoolset/ +[docs]: https://docs.firegiant.com/wixtoolset/ +[issues]: https://github.com/wixtoolset/issues/issues +[discussions]: https://github.com/orgs/wixtoolset/discussions +[sdk]: https://www.nuget.org/packages/WixToolset.Sdk/ +[osmf]: https://opensourcemaintenancefee.org/ +[license]: https://github.com/wixtoolset/wix/blob/main/LICENSE.TXT +[eula]: https://github.com/wixtoolset/wix/blob/main/OSMFEULA.txt diff --git a/src/ext/VisualStudio/wixext/WixToolset.VisualStudio.wixext.csproj b/src/ext/VisualStudio/wixext/WixToolset.VisualStudio.wixext.csproj index 0224c98c..eb410c35 100644 --- a/src/ext/VisualStudio/wixext/WixToolset.VisualStudio.wixext.csproj +++ b/src/ext/VisualStudio/wixext/WixToolset.VisualStudio.wixext.csproj @@ -7,6 +7,7 @@ WixToolset.VisualStudio WiX Toolset Visual Studio Extension WiX Toolset VS Extension + README.md embedded @@ -16,6 +17,10 @@ + + + + -- cgit v1.2.3-55-g6feb