mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Enables shortcuts to be deselected when installing on Windows.
This commit is contained in:
parent
2d0a69a456
commit
1d4880db3d
14 changed files with 99 additions and 63 deletions
|
@ -6,6 +6,7 @@
|
|||
SourceFile="doc.msi"
|
||||
Compressed="$(var.CompressMSI)"
|
||||
DownloadUrl="$(var.DownloadUrl)"
|
||||
EnableFeatureSelection="yes"
|
||||
ForcePerMachine="yes"
|
||||
InstallCondition="InstallAllUsers and Include_doc">
|
||||
<MsiProperty Name="TARGETDIR" Value="[TargetDir]" />
|
||||
|
@ -15,6 +16,7 @@
|
|||
SourceFile="doc.msi"
|
||||
Compressed="$(var.CompressMSI)"
|
||||
DownloadUrl="$(var.DownloadUrl)"
|
||||
EnableFeatureSelection="yes"
|
||||
ForcePerMachine="no"
|
||||
InstallCondition="not InstallAllUsers and Include_doc">
|
||||
<MsiProperty Name="TARGETDIR" Value="[TargetDir]" />
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
ForcePerMachine="yes"
|
||||
Compressed="$(var.CompressMSI)"
|
||||
DownloadUrl="$(var.DownloadUrl)"
|
||||
EnableFeatureSelection="yes"
|
||||
InstallCondition="InstallAllUsers and (Include_exe or Include_launcher or Include_pip)">
|
||||
<MsiProperty Name="TARGETDIR" Value="[TargetDir]" />
|
||||
</MsiPackage>
|
||||
|
@ -32,6 +33,7 @@
|
|||
ForcePerMachine="no"
|
||||
Compressed="$(var.CompressMSI)"
|
||||
DownloadUrl="$(var.DownloadUrl)"
|
||||
EnableFeatureSelection="yes"
|
||||
InstallCondition="not InstallAllUsers and (Include_exe or Include_launcher or Include_pip)">
|
||||
<MsiProperty Name="TARGETDIR" Value="[TargetDir]" />
|
||||
</MsiPackage>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue