summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-09-05 14:51:41 -0700
committerSteve Dower <steve.dower@microsoft.com>2016-09-05 14:51:41 -0700
commit8eccf5f8b9c00a5d881f9d0fab230d4a48d36d2c (patch)
treec522500602445db6bbecdd0068075c24ec28bb88 /Tools
parentfaa90d1ff200612d126a24ff4d1d6602182bd632 (diff)
downloadcpython-8eccf5f8b9c00a5d881f9d0fab230d4a48d36d2c.tar.gz
Issue #27756: Updates installer icons to be the console and launcher icon instead of the setup icon
Diffstat (limited to 'Tools')
-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 a97ee92f9f..c894eb88d3 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 ebd875cd9a..c0ff51a0bf 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" />