summaryrefslogtreecommitdiff
path: root/BUILDING.md
diff options
context:
space:
mode:
authorStefan Stojanovic <StefanStojanovic@users.noreply.github.com>2023-03-22 23:16:57 +0100
committerGitHub <noreply@github.com>2023-03-22 22:16:57 +0000
commit0b66df61efec996cef593fbdfa18751c55d19153 (patch)
tree22928d4e78f9ba18b7d17e15ef1845429d618882 /BUILDING.md
parentf2651a0812ec2f7eb0c29f20669bd942e2e47258 (diff)
downloadnode-new-0b66df61efec996cef593fbdfa18751c55d19153.tar.gz
msi: migrate to WiX4
To be able to build x86, x64, and ARM64 MSI installers with the same WiX version, migration to WiX4 is required. PR-URL: https://github.com/nodejs/node/pull/45943 Refs: https://github.com/nodejs/build/issues/2540 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/BUILDING.md b/BUILDING.md
index 3e519343a3..82a01ac0ae 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -586,10 +586,7 @@ to run it again before invoking `make -j4`.
Optional requirements to build the MSI installer package:
-* The [WiX Toolset v3.11](https://wixtoolset.org/releases/) and the
- [Wix Toolset Visual Studio 2019 Extension](https://marketplace.visualstudio.com/items?itemName=WixToolset.WixToolsetVisualStudio2019Extension)
-* The [WiX Toolset v3.14](https://wixtoolset.org/releases/) if
- building for Windows 10 on ARM (ARM64)
+* The .NET SDK component from [Visual Studio 2019](https://visualstudio.microsoft.com/vs/older-downloads/#visual-studio-2019-and-other-products)
Optional requirements for compiling for Windows 10 on ARM (ARM64):