diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2018-07-29 09:05:20 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2018-07-29 09:05:20 (GMT) |
commit | c536beedd50b0071208b4108ba9b48a36ffced79 (patch) | |
tree | ad97db669496bc86cd20b1a922517ad1921baf46 /Tools/msi | |
parent | a71fed0b7596f1c11a2fa6c1b7311157148f5f9f (diff) | |
download | cpython-c536beedd50b0071208b4108ba9b48a36ffced79.zip cpython-c536beedd50b0071208b4108ba9b48a36ffced79.tar.gz cpython-c536beedd50b0071208b4108ba9b48a36ffced79.tar.bz2 |
Updated MSI README to mention dependency on .NET 3.5. (GH-8375)
Diffstat (limited to 'Tools/msi')
-rw-r--r-- | Tools/msi/README.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Tools/msi/README.txt b/Tools/msi/README.txt index 1908f5c..07ea9f7 100644 --- a/Tools/msi/README.txt +++ b/Tools/msi/README.txt @@ -66,6 +66,14 @@ Before building the installer, download extra build dependencies using Tools\msi\get_externals.bat. (Note that this is in addition to the similarly named file in PCbuild.) +One of the dependencies used in builds is WiX, a toolset that lets developers +create installers for Windows Installer, the Windows installation engine. WiX +has a dependency on the Microsoft .NET Framework Version 3.5 (which may not be +configured on recent versions of Windows, such as Windows 10). If you are +building on a recent Windows version, use the Control Panel (Programs | Programs +and Features | Turn Windows Features on or off) and ensure that the entry +".NET Framework 3.5 (includes .NET 2.0 and 3.0)" is enabled. + For testing, the installer should be built with the Tools/msi/build.bat script: |