File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,14 @@ Before building the installer, download extra build dependencies using
66
66
Tools\msi\get_externals.bat. (Note that this is in addition to the
67
67
similarly named file in PCbuild.)
68
68
69
+ One of the dependencies used in builds is WiX, a toolset that lets developers
70
+ create installers for Windows Installer, the Windows installation engine. WiX
71
+ has a dependency on the Microsoft .NET Framework Version 3.5 (which may not be
72
+ configured on recent versions of Windows, such as Windows 10). If you are
73
+ building on a recent Windows version, use the Control Panel (Programs | Programs
74
+ and Features | Turn Windows Features on or off) and ensure that the entry
75
+ ".NET Framework 3.5 (includes .NET 2.0 and 3.0)" is enabled.
76
+
69
77
For testing, the installer should be built with the Tools/msi/build.bat
70
78
script:
71
79
You can’t perform that action at this time.
0 commit comments