mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Issue #27756: Updates installer icons to be the console and launcher icon instead of the setup icon
This commit is contained in:
parent
01113faef9
commit
4565986138
2 changed files with 5 additions and 2 deletions
|
@ -44,7 +44,7 @@
|
|||
|
||||
<Fragment>
|
||||
<!-- Include an icon for the Programs and Features dialog -->
|
||||
<Icon Id="ARPIcon" SourceFile="!(bindpath.src)PC\icons\setup.ico" />
|
||||
<Icon Id="ARPIcon" SourceFile="!(bindpath.src)PC\icons\python.ico" />
|
||||
<Property Id="ARPPRODUCTICON" Value="ARPIcon" />
|
||||
<Property Id="ARPNOMODIFY" Value="1" />
|
||||
<Property Id="DISABLEADVTSHORTCUTS" Value="1" />
|
||||
|
|
|
@ -5,7 +5,10 @@
|
|||
<MediaTemplate EmbedCab="yes" CompressionLevel="high" />
|
||||
|
||||
<Property Id="Suppress_TARGETDIR_Check" Value="1" />
|
||||
<PropertyRef Id="ARPPRODUCTICON" />
|
||||
<Icon Id="ARPIcon" SourceFile="!(bindpath.src)PC\icons\launcher.ico" />
|
||||
<Property Id="ARPPRODUCTICON" Value="ARPIcon" />
|
||||
<Property Id="ARPNOMODIFY" Value="1" />
|
||||
<Property Id="DISABLEADVTSHORTCUTS" Value="1" />
|
||||
|
||||
<Feature Id="DefaultFeature" AllowAdvertise="no" Title="!(loc.Title)" Description="!(loc.Description)">
|
||||
<ComponentGroupRef Id="launcher_exe" Primary="yes" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue