Skip to content

Commit 7ce0da9

Browse files
committed
Docs: Documentation for WiX Toolset 5
1 parent ec835cd commit 7ce0da9

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

BUILD.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -433,9 +433,14 @@ poetry shell
433433

434434
### If you want to build the installer
435435

436-
* Go to https://dotnet.microsoft.com/download/dotnet-framework and download and install .NET Framework 3.5 SP1 Runtime. I downloaded `dotnetfx35.exe`.
437-
* Go to https://wixtoolset.org/releases/ and download and install WiX toolset. I downloaded `wix314.exe`.
438-
* Add `C:\Program Files (x86)\WiX Toolset v3.14\bin` to the path ([instructions](https://web.archive.org/web/20230221104142/https://windowsloop.com/how-to-add-to-windows-path/)).
436+
Install [.NET SDK](https://dotnet.microsoft.com/en-us/download) version 6 or later.
437+
Install [WiX toolset](https://wixtoolset.org/) v5 and add the WiX UI extension.
438+
```
439+
dotnet tool install --global wix --version 5.0.1
440+
wix extension add --global WixToolset.UI.wixext/5.0.1
441+
```
442+
> [!IMPORTANT]
443+
> To prevent compatibility issues, ensure that all installed WiX plugins match at least the major version of the Wix Toolset.
439444
440445
### If you want to sign binaries with Authenticode
441446

0 commit comments

Comments
 (0)