From: Tim Peters Date: Mon, 11 Sep 2000 07:55:40 +0000 (+0000) Subject: Windows installer: In the Start menu IDLE shortcut, explictly invoke the X-Git-Tag: v2.0b2~373 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0932cb44997b9b5228c2bf01fe563cdae33a63c3;p=thirdparty%2FPython%2Fcpython.git 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). --- diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index c7e0dcbddebc..c7f65b1a8c42 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