diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-09-05 21:51:41 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-09-05 21:51:41 (GMT) |
commit | 45659861380a9cd9e41ea002d4de92519ffb3422 (patch) | |
tree | 08c6b6062e2522ac8041cb13a2d0ef50a360f08e /Tools/msi/common.wxs | |
parent | 01113faef983fc5c495fbacc00bbb55eab02dfc3 (diff) | |
download | cpython-45659861380a9cd9e41ea002d4de92519ffb3422.zip cpython-45659861380a9cd9e41ea002d4de92519ffb3422.tar.gz cpython-45659861380a9cd9e41ea002d4de92519ffb3422.tar.bz2 |
Issue #27756: Updates installer icons to be the console and launcher icon instead of the setup icon
Diffstat (limited to 'Tools/msi/common.wxs')
-rw-r--r-- | Tools/msi/common.wxs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/msi/common.wxs b/Tools/msi/common.wxs index a97ee92..c894eb8 100644 --- a/Tools/msi/common.wxs +++ b/Tools/msi/common.wxs @@ -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" /> |