|
1 | | - |
| 1 | +<img src="https://github.com/wixtoolset/Home/raw/master/imgs/wix-white-bg.png" alt="WiX Toolset" height="128" /> |
2 | 2 |
|
3 | | -[](https://www.nuget.org/packages/wix) |
4 | | -[](https://www.nuget.org/stats/packages/WiX?groupby=Version) |
5 | | -[](https://github.com/wixtoolset/wix/actions/workflows/build.yml?query=branch%3Amain) |
| 3 | +[](https://www.nuget.org/packages/PanelSwWix4) |
| 4 | +[](https://www.nuget.org/stats/packages/PanelSwWix4?groupby=Version) |
| 5 | +[](https://github.com/wixtoolset/wix/actions/workflows/build.yml?query=branch%3Adevelop) |
6 | 6 |
|
7 | | -# WiX Toolset |
| 7 | +# PanelSwWix4: Custom WiX Toolset |
8 | 8 |
|
9 | | -The WiX Toolset is the most powerful set of tools available to create your Windows installation experience. This repository contains the WiX Toolset code itself. |
| 9 | +This repository contains the PanelSwWix4: A custom WiX Toolset codebase |
10 | 10 |
|
11 | | -If 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 | | - |
13 | | - |
14 | | -## Open Source Maintenance Fee |
15 | | - |
16 | | -<a href="https://opensourcemaintenancefee.org/"><img src='https://github.com/wixtoolset/.github/blob/master/profile/images/osmf-logo-square-dark.png' height='146' align='right' /></a> |
17 | | - |
18 | | -To 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). |
19 | | - |
20 | | -In short, if you use this project to generate revenue, the [Maintenance Fee is required](./OSMFEULA.txt). |
21 | | - |
22 | | -To pay the Maintenance Fee, [become a Sponsor](https://github.com/sponsors/wixtoolset). |
23 | | - |
24 | | - |
25 | | -## Developing WiX |
26 | | - |
27 | | -### Prerequisites |
28 | | - |
29 | | -Before building the WiX Toolset, ensure you have Visual Studio 2026 (17.8.2 or higher) with the following installed: |
30 | | - |
31 | | -| Workloads | |
32 | | -| :-------- | |
33 | | -| ASP.NET and web development | |
34 | | -| .NET desktop development | |
35 | | -| Desktop development with C++ | |
36 | | - |
37 | | -| Individual components | |
38 | | -| :-------------------- | |
39 | | -| .NET 10.0 Runtime (Long Term Support) | |
40 | | -| .NET Framework 4.7.2 SDK | |
41 | | -| .NET Framework 4.7.2 targeting pack | |
42 | | -| .NET Framework 4.6.2 targeting pack | |
43 | | -| ATL v143 - VS 2026 C++ x64/x86 build tools (Latest) | |
44 | | -| MSVC v143 - VS 2026 C++ ARM64/ARM64EC build tools (Latest) | |
45 | | -| MSVC v143 - VS 2026 C++ x64/x86 build tools (Latest) | |
46 | | -| Git for Windows | |
47 | | - |
48 | | -Also, download the latest [nuget.exe command-line tool](https://www.nuget.org/downloads) and place it in a directory on your path. |
49 | | - |
50 | | -#### Getting started: |
51 | | - |
52 | | -* [Fork the WiX repository](https://github.com/wixtoolset/wix/fork) |
53 | | - into your own GitHub repository |
54 | | -* Clone the WiX repository from your fork (`git clone https://github.com/yourdomain/wix.git`) |
55 | | - into the directory of your choice |
56 | | - |
57 | | -#### To build the WiX toolset: |
58 | | - |
59 | | - * Start a VS2026 'Developer Command Prompt' |
60 | | - * Change directory to the root of the cloned repository |
61 | | - * Issue the command `devbuild` (or `devbuild release` if you want to create a release version) |
62 | | - |
63 | | -#### Executing your newly built WiX toolset |
64 | | - |
65 | | - * `build\wix\Debug\publish\wix\wix --help` (Change `Debug` to `Release` if you built in release mode) |
66 | | - |
67 | | -#### Pull request expectations |
68 | | - |
69 | | - * 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. |
70 | | - * To create a pull request, [fork a new branch](https://github.com/wixtoolset/wix/fork) from the `main` branch |
71 | | - * Make changes to effect whatever changed behavior is required for the pull request |
72 | | - * Push the changes to your repository origin as needed |
73 | | - * If the `main` branch has changed since you created your branch, rebase to the latest updates. |
74 | | - * If needed (ie, you squashed or rebased), do a force push of your branch |
75 | | - * Create a pull request with your branch against the WiX repository. |
76 | | - |
77 | | -## Additional information |
78 | | - |
79 | | -* Web site: https://www.firegiant.com/wixtoolset/ |
80 | | -* Documentation [WiX Documentation](https://docs.firegiant.com/wixtoolset/) |
81 | | -* Issue Tracker: [GitHub Issues](https://github.com/wixtoolset/issues/issues) |
82 | | -* Discussions: [WiX Toolset Discussions](https://github.com/orgs/wixtoolset/discussions) |
| 11 | +# Customizations: |
0 commit comments