]> granicus.if.org Git - python/commitdiff
Issue #27756: Updates installer icons to be the console and launcher icon instead...
authorSteve Dower <steve.dower@microsoft.com>
Mon, 5 Sep 2016 21:51:41 +0000 (14:51 -0700)
committerSteve Dower <steve.dower@microsoft.com>
Mon, 5 Sep 2016 21:51:41 +0000 (14:51 -0700)
Tools/msi/common.wxs
Tools/msi/launcher/launcher.wxs

index a97ee92f9f85bb17eb0478a6b74d245c0e2f43e8..c894eb88d310b6a8964e46aa5c7086496ce2c2c1 100644 (file)
@@ -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" />
index ebd875cd9a5daccf3da0c495d0751e66dc532396..c0ff51a0bf66d54738dcb20553964c7b33e5c13c 100644 (file)
@@ -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" />