mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Simplify MSI projects.
This commit is contained in:
parent
17be514d0a
commit
cc115eea0c
46 changed files with 447 additions and 334 deletions
|
@ -15,7 +15,6 @@
|
|||
|
||||
<Condition Message="!(loc.NoPython)">PYTHON_EXE</Condition>
|
||||
|
||||
<?ifdef IncludeDefaultFeature ?>
|
||||
<Feature Id="DefaultFeature" AllowAdvertise="no" Title="!(loc.Title)" Description="!(loc.Description)">
|
||||
<ComponentGroupRef Id="tkinter_extension" />
|
||||
<ComponentGroupRef Id="tcltk_dlls" />
|
||||
|
@ -37,17 +36,5 @@
|
|||
</Shortcut>
|
||||
</Component>
|
||||
</Feature>
|
||||
<?endif ?>
|
||||
<?ifdef IncludeSymbols ?>
|
||||
<Feature Id="Symbols" AllowAdvertise="no" Title="!(loc.TitlePdb)" Description="!(loc.DescriptionPdb)">
|
||||
<ComponentGroupRef Id="tkinter_extension_symbols" />
|
||||
</Feature>
|
||||
<?endif ?>
|
||||
<?ifdef IncludeDebugBinaries ?>
|
||||
<Feature Id="DebugBinaries" AllowAdvertise="no" Title="!(loc.Title_d)" Description="!(loc.Description_d)">
|
||||
<ComponentGroupRef Id="tkinter_extension_d" />
|
||||
<ComponentGroupRef Id="tcltk_dlls_d" />
|
||||
</Feature>
|
||||
<?endif ?>
|
||||
</Product>
|
||||
</Wix>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue