You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add more references to the Open Source Maintenance Fee
Feedback came in that the WiX Toolset docs did not reference the introduction
of the OSMF in WiX v6. This was good feedback, and hopefully it is easier to
discover the change now.
You've created your first installation package, so let's take it out for a spin.
14
14
15
+
:::caution[Do as we say, not as we do]
16
+
We don't generally recommend testing your package on your development machine. It's better to test in a virtual machine or the Windows Sandbox but this package is about as safe as it can get. YOLO!
17
+
:::
18
+
15
19
<Steps>
16
20
17
21
1. Install the MSI package you built.
@@ -28,10 +32,10 @@ You've created your first installation package, so let's take it out for a spin.
28
32
29
33
</Steps>
30
34
31
-
:::caution[Do as we say, not as we do]
32
-
We don't generally recommend testing your package on your development machine. It's better to test in a virtual machine or the Windows Sandbox but this package is about as safe as it can get. YOLO!
33
-
:::
34
-
35
35
## What's next?
36
36
37
37
Now that you've completed the most basic of setup development tasks, let's throw you on to a virtual team to build something a bit more realistic even if it is all pretend.
38
+
39
+
:::note[Professional Developers read this]
40
+
If you are a professional developer using the WiX Toolset for your product or organization, be sure to read about the [Open Source Maintenance Fee in the WiX Toolset](/wix/#open-source-maintenance-fee) and what it might mean for your organization.
To ensure the long-term sustainability of the WiX Toolset, use of the project requires an [Open Source Maintenance Fee](https://opensourcemaintenancefee.org). While the source code is freely available under the terms of the [LICENSE](https://github.com/wixtoolset/wix/blob/main/LICENSE.TXT), other aspects of the project--including opening issues and downloading releases--require adherence to the Maintenance Fee.
35
+
36
+
In short, if you use this project to generate revenue, the [Open Source Maintenance Fee is required](https://opensourcemaintenancefee.org).
37
+
38
+
To pay the Maintenance Fee, [become a Sponsor](https://github.com/sponsors/wixtoolset).
39
+
40
+
30
41
## System requirements
31
42
32
43
### Running packages built with WiX
@@ -79,13 +90,13 @@ This provides consumers with security updates for 22 months and ensures they are
79
90
Of course, FireGiant customers get [security fixes just like bug fixes as per their support contract](https://www.firegiant.com/services/wix-extended-support/?utm_source=wixtoolset.org&utm_medium=Display&utm_campaign=lifecycle&utm_term=of_course&utm_content=about_page).
80
91
81
92
82
-
## License
93
+
## Source Code License
83
94
84
-
The WiX toolset is released under the [Microsoft Reciprocal License (MS-RL)](http://opensource.org/licenses/ms-rl). A reciprocal license is used to ensure that others who build on the effort of the WiX community give back to the WiX community. Specifically the license requires that fixes and improvements to the WiX toolset must be published using the same license.
95
+
The WiX Toolset source code is released under the [Microsoft Reciprocal License (MS-RL)](http://opensource.org/licenses/ms-rl). A reciprocal license is used to ensure that others who build on the effort of the WiX community give back to the WiX community. Specifically the license requires that fixes and improvements to the WiX Toolset must be published using the same license.
85
96
86
-
Sometimes the reciprocal license is incorrectly interpreted to also apply to bundles, packages, and custom actions built using the WiX toolset. The Outercurve Foundation has previously provided this statement below to clarify which now the .NET Foundation reaffirms:
97
+
Sometimes the reciprocal license is incorrectly interpreted to also apply to bundles, packages, and custom actions built using the WiX Toolset. The Outercurve Foundation has previously provided this statement below to clarify which now the .NET Foundation reaffirms:
87
98
88
-
> The WiX toolset (WiX) is licensed under the Microsoft Reciprocal License (MS-RL). The MS-RL governs the distribution of the software licensed under it, as well as derivative works, and incorporates the definition of a derivative work provided in U.S. copyright law. OuterCurve Foundation (and the .NET Foundation) does not view the installer packages generated by WiX as falling within the definition of a derivative work, merely because they are produced using WiX. Thus, the installer packages generated by WiX will normally fall outside the scope of the MS-RL, and any of your source code, binaries, libraries, routines or other software components that are incorporated in installer packages generated by WiX can be governed by other licensing terms.
99
+
> The WiX Toolset (WiX) is licensed under the Microsoft Reciprocal License (MS-RL). The MS-RL governs the distribution of the software licensed under it, as well as derivative works, and incorporates the definition of a derivative work provided in U.S. copyright law. OuterCurve Foundation (and the .NET Foundation) does not view the installer packages generated by WiX as falling within the definition of a derivative work, merely because they are produced using WiX. Thus, the installer packages generated by WiX will normally fall outside the scope of the MS-RL, and any of your source code, binaries, libraries, routines or other software components that are incorporated in installer packages generated by WiX can be governed by other licensing terms.
89
100
90
101
The full text of the MS-RL license is reproduced below. It can also be found in the LICENSE.TXT file included with the source code.
91
102
@@ -171,7 +182,7 @@ Users should be encouraged to participate in the life of the project and the com
171
182
172
183
Users who continue to engage with the project and its community will often find themselves becoming more and more involved. Such users may then go on to become Contributors, as described above.
173
184
174
-
**How to become a User:** Use the WiX toolset and participate on the [mailing lists](gethelp.md#mailinglists) and [discussion forum](gethelp.md#forum).
185
+
**How to become a User:** Use the WiX Toolset and participate on the [mailing lists](gethelp.md#mailinglists) and [discussion forum](gethelp.md#forum).
Copy file name to clipboardExpand all lines: src/content/docs/wix/whatsnew/index.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,19 @@ sidebar:
8
8
9
9
WiX v6 continues to be highly compatible in its language syntax with WiX v5 and even v4. We're liking how easy it is to pick up new versions of WiX without worrying about code conversion.
10
10
11
-
WiX v6 contains a number of bug fixes and new features, including these favorites:
11
+
WiX v6 contains a number of bug fixes and new features, and introduces an Open Source Maintenance Fee:
To ensure the long-term sustainability of the WiX Toolset, starting in WiX v6, use of the project requires an [Open Source Maintenance Fee](https://opensourcemaintenancefee.org). While the source code is freely available under the terms of the [LICENSE](https://github.com/wixtoolset/wix/blob/main/LICENSE.TXT), other aspects of the project--including opening issues and downloading releases--require adherence to the Maintenance Fee.
19
+
20
+
In short, if you use this project to generate revenue, the [Open Source Maintenance Fee is required](https://opensourcemaintenancefee.org).
21
+
22
+
To pay the Maintenance Fee, [become a Sponsor](https://github.com/sponsors/wixtoolset).
Copy file name to clipboardExpand all lines: src/content/docs/wix/whatsnew/releasenotes.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ WiX v6 is the second annual release since WiX v4. WiX v6 continues in the tradit
23
23
|[8882](https://github.com/wixtoolset/issues/issues/8882), [8939](https://github.com/wixtoolset/issues/issues/8939)| Use a different approach to construct the default feature and add components to it. |
24
24
|[8913](https://github.com/wixtoolset/issues/issues/8913)| Using Heat now shows a deprecation warning. It's still present and works with WiX v6, mostly by nature of the WiX v6 language not changing. But we plan to remove Heat in WiX v7, so this warning serves as eviction notice. |https://github.com/wixtoolset/issues/issues/|
25
25
|[8914](https://github.com/wixtoolset/issues/issues/8914)| Lock files extracted from Burn bundles as additional mitigation against attacks. No protection is perfect but locking files as read-only helps prevent malware from overwriting temporary files used during bundle installation. |
26
+
|[8974](https://github.com/wixtoolset/issues/issues/8974)| Introduce the Open Source Maintenance Fee. |
0 commit comments