summaryrefslogtreecommitdiff
path: root/src/dtf/WixToolset.Dtf.CustomAction
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2025-04-04 13:33:48 -0700
committerRob Mensching <rob@firegiant.com>2025-04-04 16:08:37 -0700
commit90b1d345326fd05e701c82fa874590aeb6d1ee93 (patch)
treee93f29d3a253b061ce1c7828252a4522f6deca11 /src/dtf/WixToolset.Dtf.CustomAction
parent532889b04d46ada4bfce65904f03c8f4db727368 (diff)
downloadwix-90b1d345326fd05e701c82fa874590aeb6d1ee93.tar.gz
wix-90b1d345326fd05e701c82fa874590aeb6d1ee93.tar.bz2
wix-90b1d345326fd05e701c82fa874590aeb6d1ee93.zip
Update READMEs to include OSMF
Fixes 7862 Fixes 8974
Diffstat (limited to 'src/dtf/WixToolset.Dtf.CustomAction')
-rw-r--r--src/dtf/WixToolset.Dtf.CustomAction/README.md30
-rw-r--r--src/dtf/WixToolset.Dtf.CustomAction/WixToolset.Dtf.CustomAction.csproj1
-rw-r--r--src/dtf/WixToolset.Dtf.CustomAction/WixToolset.Dtf.CustomAction.nuspec2
3 files changed, 32 insertions, 1 deletions
diff --git a/src/dtf/WixToolset.Dtf.CustomAction/README.md b/src/dtf/WixToolset.Dtf.CustomAction/README.md
new file mode 100644
index 00000000..ad8621b0
--- /dev/null
+++ b/src/dtf/WixToolset.Dtf.CustomAction/README.md
@@ -0,0 +1,30 @@
1# WixToolset.Dtf.CustomAction - the WiX Toolset Managed CustomAction Framework
2
3The `WixToolset.Dtf.CustomAction` package enables developers to create managed custom actions for the Windows Installer. This package contains the tools necessary to convert your project into a managed custom action.
4
5[Web Site][web] | [Documentation][docs] | [Issue Tracker][issues] | [Discussions][discussions]
6
7
8## Open Source Maintenance Fee
9
10To 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].
11
12To pay the Maintenance Fee, [become a Sponsor](https://github.com/sponsors/wixtoolset).
13
14
15## Additional resources
16
17* [WiX Website][web]
18* [WiX Documentation][docs]
19* [WiX Issue Tracker][issues]
20* [WiX Discussions][discussions]
21
22
23[web]: https://www.firegiant.com/wixtoolset/
24[docs]: https://docs.firegiant.com/wixtoolset/
25[issues]: https://github.com/wixtoolset/issues/issues
26[discussions]: https://github.com/orgs/wixtoolset/discussions
27[sdk]: https://www.nuget.org/packages/WixToolset.Sdk/
28[osmf]: https://opensourcemaintenancefee.org/
29[license]: https://github.com/wixtoolset/wix/blob/main/LICENSE.TXT
30[eula]: https://github.com/wixtoolset/wix/blob/main/OSMFEULA.txt
diff --git a/src/dtf/WixToolset.Dtf.CustomAction/WixToolset.Dtf.CustomAction.csproj b/src/dtf/WixToolset.Dtf.CustomAction/WixToolset.Dtf.CustomAction.csproj
index 379aa194..9204e22b 100644
--- a/src/dtf/WixToolset.Dtf.CustomAction/WixToolset.Dtf.CustomAction.csproj
+++ b/src/dtf/WixToolset.Dtf.CustomAction/WixToolset.Dtf.CustomAction.csproj
@@ -7,7 +7,6 @@
7 <IncludeBuildOutput>false</IncludeBuildOutput> 7 <IncludeBuildOutput>false</IncludeBuildOutput>
8 <Title>The WiX Toolset Managed CustomAction Framework.</Title> 8 <Title>The WiX Toolset Managed CustomAction Framework.</Title>
9 <Description>The WiX Toolset lets developers create managed custom actions for the Windows Installer. This package contains the tools necessary to convert your project into a managed custom action.</Description> 9 <Description>The WiX Toolset lets developers create managed custom actions for the Windows Installer. This package contains the tools necessary to convert your project into a managed custom action.</Description>
10
11 <NuspecBasePath>$(OutputPath)</NuspecBasePath> 10 <NuspecBasePath>$(OutputPath)</NuspecBasePath>
12 </PropertyGroup> 11 </PropertyGroup>
13 12
diff --git a/src/dtf/WixToolset.Dtf.CustomAction/WixToolset.Dtf.CustomAction.nuspec b/src/dtf/WixToolset.Dtf.CustomAction/WixToolset.Dtf.CustomAction.nuspec
index 8eb7110f..bac680dc 100644
--- a/src/dtf/WixToolset.Dtf.CustomAction/WixToolset.Dtf.CustomAction.nuspec
+++ b/src/dtf/WixToolset.Dtf.CustomAction/WixToolset.Dtf.CustomAction.nuspec
@@ -7,6 +7,7 @@
7 <description>$description$</description> 7 <description>$description$</description>
8 <authors>$authors$</authors> 8 <authors>$authors$</authors>
9 <icon>icon.png</icon> 9 <icon>icon.png</icon>
10 <readme>README.md</readme>
10 <license type="file">OSMFEULA.txt</license> 11 <license type="file">OSMFEULA.txt</license>
11 <requireLicenseAcceptance>true</requireLicenseAcceptance> 12 <requireLicenseAcceptance>true</requireLicenseAcceptance>
12 <tags>$packageTags$ CustomActions</tags> 13 <tags>$packageTags$ CustomActions</tags>
@@ -21,6 +22,7 @@
21 <files> 22 <files>
22 <file src="$eulaTxt$" /> 23 <file src="$eulaTxt$" />
23 <file src="$iconPng$" /> 24 <file src="$iconPng$" />
25 <file src="$projectFolder$\README.md" />
24 <file src="$projectFolder$\$id$.targets" target="build" /> 26 <file src="$projectFolder$\$id$.targets" target="build" />
25 <file src="net472\WixToolset.Dtf.MakeSfxCA.exe" target="tools" /> 27 <file src="net472\WixToolset.Dtf.MakeSfxCA.exe" target="tools" />
26 <file src="net472\WixToolset.Dtf.MakeSfxCA.exe.config" target="tools" /> 28 <file src="net472\WixToolset.Dtf.MakeSfxCA.exe.config" target="tools" />