Commit fb37c5b0 authored by Tim Peters's avatar Tim Peters

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).
parent c8d920e1
...@@ -1160,8 +1160,9 @@ item: If/While Statement ...@@ -1160,8 +1160,9 @@ item: If/While Statement
Flags=00001010 Flags=00001010
end end
item: Create Shortcut item: Create Shortcut
Source=%MAINDIR%\Tools\idle\idle.pyw Source=%MAINDIR%\pythonw.exe
Destination=%GROUP%\IDLE (Python GUI).lnk Destination=%GROUP%\IDLE (Python GUI).lnk
Command Options=%MAINDIR%\Tools\idle\idle.pyw
Working Directory=%MAINDIR% Working Directory=%MAINDIR%
Key Type=1536 Key Type=1536
Flags=00000001 Flags=00000001
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment