File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments