Skip to content

Commit 73942e4

Browse files
authored
gh-97649: The Tools directory is no longer installed on Windows (GH-97653)
1 parent 86a3be2 commit 73942e4

File tree

10 files changed

+2
-117
lines changed

10 files changed

+2
-117
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The ``Tools`` directory is no longer installed on Windows

PC/layout/support/options.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ def public(f):
5757
"help": "nuget package",
5858
"options": [
5959
"dev",
60-
"tools",
6160
"pip",
6261
"stable",
6362
"distutils",
@@ -76,7 +75,6 @@ def public(f):
7675
"tcltk",
7776
"idle",
7877
"tests",
79-
"tools",
8078
"venv",
8179
"dev",
8280
"symbols",

Tools/msi/bundle/bundle.targets

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@
7171
<Package Include="..\pip\pip*.wixproj" />
7272
<Package Include="..\tcltk\tcltk*.wixproj" />
7373
<Package Include="..\test\test*.wixproj" />
74-
<Package Include="..\tools\tools*.wixproj" />
7574
<Package Include="..\ucrt\ucrt*.wixproj" Condition="$(Platform) != 'ARM64'" />
7675
</ItemGroup>
7776

Tools/msi/bundle/bundle.wxs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<Variable Name="Include_lib" Value="1" bal:Overridable="yes" />
7272
<Variable Name="Include_test" Value="1" bal:Overridable="yes" />
7373
<Variable Name="Include_doc" Value="1" bal:Overridable="yes" />
74-
<Variable Name="Include_tools" Value="1" bal:Overridable="yes" />
74+
<Variable Name="Include_tools" Value="0" bal:Overridable="yes" />
7575
<Variable Name="Include_tcltk" Value="1" bal:Overridable="yes" />
7676
<Variable Name="Include_pip" Value="1" bal:Overridable="yes" />
7777
<Variable Name="Include_launcher" Value="-1" bal:Overridable="yes" />
@@ -106,7 +106,6 @@
106106
<PackageGroupRef Id="lib" />
107107
<PackageGroupRef Id="test" />
108108
<PackageGroupRef Id="doc" />
109-
<PackageGroupRef Id="tools" />
110109
<PackageGroupRef Id="tcltk" />
111110
<PackageGroupRef Id="launcher" />
112111
<PackageGroupRef Id="pip" />

Tools/msi/bundle/packagegroups/tools.wxs

Lines changed: 0 additions & 26 deletions
This file was deleted.

Tools/msi/common.wxs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,6 @@
121121
</DirectoryRef>
122122
</Fragment>
123123

124-
<Fragment>
125-
<DirectoryRef Id="InstallDirectory">
126-
<Directory Id="Tools" Name="Tools" />
127-
</DirectoryRef>
128-
</Fragment>
129-
130124
<!-- Start Menu folder -->
131125
<Fragment>
132126
<DirectoryRef Id="TARGETDIR">

Tools/msi/tools/tools.wixproj

Lines changed: 0 additions & 38 deletions
This file was deleted.

Tools/msi/tools/tools.wxs

Lines changed: 0 additions & 17 deletions
This file was deleted.

Tools/msi/tools/tools_en-US.wxl

Lines changed: 0 additions & 5 deletions
This file was deleted.

Tools/msi/tools/tools_files.wxs

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)