From 2f282a9d6cc91b5ac86326a9ee2fedb42596516e Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Mon, 5 Sep 2016 14:05:17 -0700 Subject: Issue #27756: Adds new icons for Python files and processes on Windows. Designs by Cherry Wang. --- Tools/msi/bundle/bundle.ico | Bin 19790 -> 0 bytes Tools/msi/bundle/bundle.wxs | 2 +- Tools/msi/common.wxs | 2 +- Tools/msi/exe/exe_files.wxs | 7 +++++-- Tools/msi/launcher/launcher_en-US.wxl | 1 + Tools/msi/launcher/launcher_reg.wxs | 8 ++++++-- 6 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 Tools/msi/bundle/bundle.ico (limited to 'Tools/msi') diff --git a/Tools/msi/bundle/bundle.ico b/Tools/msi/bundle/bundle.ico deleted file mode 100644 index 1ab629eff2..0000000000 Binary files a/Tools/msi/bundle/bundle.ico and /dev/null differ diff --git a/Tools/msi/bundle/bundle.wxs b/Tools/msi/bundle/bundle.wxs index 38307e063c..c89e6ee4c7 100644 --- a/Tools/msi/bundle/bundle.wxs +++ b/Tools/msi/bundle/bundle.wxs @@ -4,7 +4,7 @@ - + diff --git a/Tools/msi/exe/exe_files.wxs b/Tools/msi/exe/exe_files.wxs index c157f40d32..01385874fa 100644 --- a/Tools/msi/exe/exe_files.wxs +++ b/Tools/msi/exe/exe_files.wxs @@ -69,10 +69,13 @@ - + - + + + + diff --git a/Tools/msi/launcher/launcher_en-US.wxl b/Tools/msi/launcher/launcher_en-US.wxl index e4c1aaa9fa..a7e3827c52 100644 --- a/Tools/msi/launcher/launcher_en-US.wxl +++ b/Tools/msi/launcher/launcher_en-US.wxl @@ -11,6 +11,7 @@ Python File Python File (no console) Compiled Python File + Python Extension Module Python Zip Application File Python Zip Application File (no console) diff --git a/Tools/msi/launcher/launcher_reg.wxs b/Tools/msi/launcher/launcher_reg.wxs index 981961ab0d..dace97ee58 100644 --- a/Tools/msi/launcher/launcher_reg.wxs +++ b/Tools/msi/launcher/launcher_reg.wxs @@ -27,14 +27,18 @@ - + + + + + - + -- cgit v1.2.1