mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +00:00
bpo-44934: Add optional feature AppendPath to Windows MSI installer (GH-27889)
The option must be enabled from the command line
This commit is contained in:
parent
9e20ec4d43
commit
c47c9e6589
11 changed files with 107 additions and 6 deletions
|
@ -205,6 +205,7 @@ static struct { LPCWSTR regName; LPCWSTR variableName; } OPTIONAL_FEATURES[] = {
|
|||
{ L"exe", L"Include_exe" },
|
||||
{ L"lib", L"Include_lib" },
|
||||
{ L"path", L"PrependPath" },
|
||||
{ L"appendpath", L"AppendPath" },
|
||||
{ L"pip", L"Include_pip" },
|
||||
{ L"tcltk", L"Include_tcltk" },
|
||||
{ L"test", L"Include_test" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue