[Python-checkins] CVS: python/dist/src/PCbuild python20.wse,1.16,1.17

Tim Peters python-dev@python.org
Mon, 11 Sep 2000 00:55:44 -0700


Update of /cvsroot/python/python/dist/src/PCbuild
In directory slayer.i.sourceforge.net:/tmp/cvs-serv18110/python/dist/src/pcbuild

Modified Files:
	python20.wse 
Log Message:
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).


Index: python20.wse
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/python20.wse,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** python20.wse	2000/09/07 08:34:01	1.16
--- python20.wse	2000/09/11 07:55:40	1.17
***************
*** 1161,1166 ****
  end
  item: Create Shortcut
!   Source=%MAINDIR%\Tools\idle\idle.pyw
    Destination=%GROUP%\IDLE (Python GUI).lnk
    Working Directory=%MAINDIR%
    Key Type=1536
--- 1161,1167 ----
  end
  item: Create Shortcut
!   Source=%MAINDIR%\pythonw.exe
    Destination=%GROUP%\IDLE (Python GUI).lnk
+   Command Options=%MAINDIR%\Tools\idle\idle.pyw
    Working Directory=%MAINDIR%
    Key Type=1536