summaryrefslogtreecommitdiff
path: root/PCbuild
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2000-09-11 07:55:40 +0000
committerTim Peters <tim.peters@gmail.com>2000-09-11 07:55:40 +0000
commitfb37c5b009c7f80a7dd4c8994a244a1c303a070f (patch)
treedd07de8fbd2dd2b08d671c31984f5a74ba4c25ba /PCbuild
parentc8d920e176f39942eada77c5eca1e7b8a79b7c01 (diff)
downloadcpython-fb37c5b009c7f80a7dd4c8994a244a1c303a070f.tar.gz
Windows installer: In the Start menu IDLE shortcut, explictly invoke the
pythonw.exe we just installed. Making Windows key off the .pyw extension instead screws people with multiple Python installations (reported more than once on c.l.py).
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/python20.wse3
1 files changed, 2 insertions, 1 deletions
diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse
index c7e0dcbdde..c7f65b1a8c 100644
--- a/PCbuild/python20.wse
+++ b/PCbuild/python20.wse
@@ -1160,8 +1160,9 @@ item: If/While Statement
Flags=00001010
end
item: Create Shortcut
- Source=%MAINDIR%\Tools\idle\idle.pyw
+ Source=%MAINDIR%\pythonw.exe
Destination=%GROUP%\IDLE (Python GUI).lnk
+ Command Options=%MAINDIR%\Tools\idle\idle.pyw
Working Directory=%MAINDIR%
Key Type=1536
Flags=00000001