aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md40
1 files changed, 29 insertions, 11 deletions
diff --git a/README.md b/README.md
index 127330ca..d7c49dd9 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
1<img src="https://github.com/wixtoolset/Home/raw/master/imgs/wix-white-bg.png" alt="WiX Toolset" height="128" /> 1![The WiX Toolset Logo](https://github.com/wixtoolset/.github/raw/master/profile/images/readme-header.png)
2 2
3[![latest version](https://img.shields.io/nuget/vpre/wix)](https://www.nuget.org/packages/wix) 3[![latest version](https://img.shields.io/nuget/vpre/wix)](https://www.nuget.org/packages/wix)
4[![download count](https://img.shields.io/nuget/dt/wix)](https://www.nuget.org/stats/packages/WiX?groupby=Version) 4[![download count](https://img.shields.io/nuget/dt/wix)](https://www.nuget.org/stats/packages/WiX?groupby=Version)
@@ -6,14 +6,25 @@
6 6
7# WiX Toolset 7# WiX Toolset
8 8
9This repository contains the WiX Toolset codebase. 9The WiX Toolset is the most powerful set of tools available to create your Windows installation experience. This repository contains the WiX Toolset code itself.
10 10
11# Developing WiX 11If you're new to WiX, check out our [Quick Start](https://docs.firegiant.com/quick-start/) to build your first installation package in just a few minutes.
12 12
13## Prerequisites
14 13
15- A command line Git client that is in the system path 14## Open Source Maintenance Fee
16- Visual Studio 2022 (17.8.2 or higher) with the following installed: 15
16To ensure the long-term sustainability of this project, use of the WiX Toolset requires an [Open Source Maintenance Fee](https://opensourcemaintenancefee.org). While the source code is freely available under the terms of the [LICENSE](./LICENSE.TXT), all other aspects of the project--including opening or commenting on issues, participating in discussions and downloading releases--require [adherence to the Maintenance Fee](./OSMFEULA.txt).
17
18In short, if you use this project to generate revenue, the [Maintenance Fee is required](./OSMFEULA.txt).
19
20To pay the Maintenance Fee, [become a Sponsor](https://github.com/sponsors/wixtoolset).
21
22
23## Developing WiX
24
25### Prerequisites
26
27Before building the WiX Toolset, ensure you have Visual Studio 2022 (17.8.2 or higher) with the following installed:
17 28
18| Workloads | 29| Workloads |
19| :-------- | 30| :-------- |
@@ -32,26 +43,26 @@ This repository contains the WiX Toolset codebase.
32| MSVC v143 - VS 2022 C++ x64/x86 build tools (Latest) | 43| MSVC v143 - VS 2022 C++ x64/x86 build tools (Latest) |
33| Git for Windows | 44| Git for Windows |
34 45
35- [Download the latest nuget.exe command-line tool](https://www.nuget.org/downloads) and put it in a directory on the path. 46Also, download the latest [nuget.exe command-line tool](https://www.nuget.org/downloads) and place it in a directory on your path.
36 47
37##### Getting started: 48#### Getting started:
38 49
39* [Fork the WiX repository](https://github.com/wixtoolset/wix/fork) 50* [Fork the WiX repository](https://github.com/wixtoolset/wix/fork)
40 into your own GitHub repository 51 into your own GitHub repository
41* Clone the WiX repository from your fork (`git clone https://github.com/yourdomain/wix.git`) 52* Clone the WiX repository from your fork (`git clone https://github.com/yourdomain/wix.git`)
42 into the directory of your choice 53 into the directory of your choice
43 54
44##### To build the WiX toolset: 55#### To build the WiX toolset:
45 56
46 * Start a VS2022 'Developer Command Prompt' 57 * Start a VS2022 'Developer Command Prompt'
47 * Change directory to the root of the cloned repository 58 * Change directory to the root of the cloned repository
48 * Issue the command `devbuild` (or `devbuild release` if you want to create a release version) 59 * Issue the command `devbuild` (or `devbuild release` if you want to create a release version)
49 60
50 ##### Executing your newly built WiX toolset 61#### Executing your newly built WiX toolset
51 62
52 * `build\wix\Debug\publish\wix\wix --help` (Change `Debug` to `Release` if you built in release mode) 63 * `build\wix\Debug\publish\wix\wix --help` (Change `Debug` to `Release` if you built in release mode)
53 64
54 ##### Pull request expectations 65#### Pull request expectations
55 66
56 * Pick an [outstanding WiX issue](https://github.com/wixtoolset/issues/issues?q=is%3Aissue+is%3Aopen+label%3A%22up+for+grabs%22) (or [create a new one](https://github.com/wixtoolset/issues/issues/new/choose)). Add a comment requesting that you be assigned to the issue. Wait for confirmation. 67 * Pick an [outstanding WiX issue](https://github.com/wixtoolset/issues/issues?q=is%3Aissue+is%3Aopen+label%3A%22up+for+grabs%22) (or [create a new one](https://github.com/wixtoolset/issues/issues/new/choose)). Add a comment requesting that you be assigned to the issue. Wait for confirmation.
57 * To create a pull request, [fork a new branch](https://github.com/wixtoolset/wix/fork) from the `main` branch 68 * To create a pull request, [fork a new branch](https://github.com/wixtoolset/wix/fork) from the `main` branch
@@ -60,3 +71,10 @@ This repository contains the WiX Toolset codebase.
60 * If the `main` branch has changed since you created your branch, rebase to the latest updates. 71 * If the `main` branch has changed since you created your branch, rebase to the latest updates.
61 * If needed (ie, you squashed or rebased), do a force push of your branch 72 * If needed (ie, you squashed or rebased), do a force push of your branch
62 * Create a pull request with your branch against the WiX repository. 73 * Create a pull request with your branch against the WiX repository.
74
75## Additional information
76
77* Web site: https://www.firegiant.com/wixtoolset/
78* Documentation [WiX Documentation](https://docs.firegiant.com/wixtoolset/)
79* Issue Tracker: [GitHub Issues](https://github.com/wixtoolset/issues/issues)
80* Discussions: [WiX Toolset Discussions](https://github.com/orgs/wixtoolset/discussions)