summaryrefslogtreecommitdiffstats
path: root/Tools/msi
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-09-05 21:51:41 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2016-09-05 21:51:41 (GMT)
commit45659861380a9cd9e41ea002d4de92519ffb3422 (patch)
tree08c6b6062e2522ac8041cb13a2d0ef50a360f08e /Tools/msi
parent01113faef983fc5c495fbacc00bbb55eab02dfc3 (diff)
downloadcpython-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')
-rw-r--r--Tools/msi/common.wxs2
-rw-r--r--Tools/msi/launcher/launcher.wxs5
2 files changed, 5 insertions, 2 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" />
diff --git a/Tools/msi/launcher/launcher.wxs b/Tools/msi/launcher/launcher.wxs
index ebd875c..c0ff51a 100644
--- a/Tools/msi/launcher/launcher.wxs
+++ b/Tools/msi/launcher/launcher.wxs
@@ -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" />