Skip to content

Commit

Permalink
Issue python#27756: Updates installer icons to be the console and lau…
Browse files Browse the repository at this point in the history
…ncher icon instead of the setup icon
  • Loading branch information
zooba committed Sep 5, 2016
1 parent 01113fa commit 4565986
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tools/msi/common.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down
5 changes: 4 additions & 1 deletion Tools/msi/launcher/launcher.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down

0 comments on commit 4565986

Please sign in to comment.