summaryrefslogtreecommitdiffstats
path: root/Tools/msi/launcher/launcher_reg.wxs
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-09-05 21:05:17 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2016-09-05 21:05:17 (GMT)
commitc7d1cf4de95361e5d29422b63ae623919215fea4 (patch)
tree13f939cf532917542f4b2ba4cc91460f11bcb08f /Tools/msi/launcher/launcher_reg.wxs
parent942dd9f3f77eef08fabddbd9fb883a866ad6d4cb (diff)
downloadcpython-c7d1cf4de95361e5d29422b63ae623919215fea4.zip
cpython-c7d1cf4de95361e5d29422b63ae623919215fea4.tar.gz
cpython-c7d1cf4de95361e5d29422b63ae623919215fea4.tar.bz2
Issue #27756: Adds new icons for Python files and processes on Windows. Designs by Cherry Wang.
Diffstat (limited to 'Tools/msi/launcher/launcher_reg.wxs')
-rw-r--r--Tools/msi/launcher/launcher_reg.wxs8
1 files changed, 6 insertions, 2 deletions
diff --git a/Tools/msi/launcher/launcher_reg.wxs b/Tools/msi/launcher/launcher_reg.wxs
index 981961a..dace97e 100644
--- a/Tools/msi/launcher/launcher_reg.wxs
+++ b/Tools/msi/launcher/launcher_reg.wxs
@@ -27,14 +27,18 @@
</ProgId>
<RegistryValue Root="HKCR" Key="Python.CompiledFile\shellex\DropHandler" Value="{BEA218D2-6950-497B-9434-61683EC065FE}" Type="string" />
- <ProgId Id="Python.ArchiveFile" Description="!(loc.PythonArchiveFileDescription)" Advertise="no" Icon="py.exe" IconIndex="1">
+ <ProgId Id="Python.Extension" Description="!(loc.PythonExtensionDescription)" Advertise="no" Icon="py.exe" IconIndex="3">
+ <Extension Id="pyd" />
+ </ProgId>
+
+ <ProgId Id="Python.ArchiveFile" Description="!(loc.PythonArchiveFileDescription)" Advertise="no" Icon="py.exe" IconIndex="5">
<Extension Id="pyz" ContentType="application/x-zip-compressed">
<Verb Id="open" TargetFile="py.exe" Argument="&quot;%L&quot; %*" />
</Extension>
</ProgId>
<RegistryValue Root="HKCR" Key="Python.ArchiveFile\shellex\DropHandler" Value="{BEA218D2-6950-497B-9434-61683EC065FE}" Type="string" />
- <ProgId Id="Python.NoConArchiveFile" Description="!(loc.PythonNoConArchiveFileDescription)" Advertise="no" Icon="py.exe" IconIndex="1">
+ <ProgId Id="Python.NoConArchiveFile" Description="!(loc.PythonNoConArchiveFileDescription)" Advertise="no" Icon="py.exe" IconIndex="5">
<Extension Id="pyzw" ContentType="application/x-zip-compressed">
<Verb Id="open" TargetFile="pyw.exe" Argument="&quot;%L&quot; %*" />
</Extension>