classification
Title: Windows installer: add desktop shortcut(s)
Type: enhancement Stage:
Components: Installation Versions:
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: brian.curtin, jdigital, loewis, weirdink13
Priority: normal Keywords:

Created on 2012-04-26 04:20 by jdigital, last changed 2012-05-12 20:15 by weirdink13.

Messages (5)
msg159355 - (view) Author: Jeff Dean (jdigital) Date: 2012-04-26 04:20
Spun off from Issue3561:

I recently saw Brian Curtin's Pycon 2012 presentation.  If a goal is to make it easy for new Windows users to run python, consider (optionally) installing a desktop shortcut.  This would make it easy for new users to run python (easier than starting up a shell).  This does not require the path to be modified.  

The installer could also (optionally) add a shortcut for starting up a command interpreter with the path modified (for just that shortcut), in case command line access is needed.  This would not be necessary if the python being installed is added to the path.

The first shortcut would be enabled by default, to help truly novice users.  Other users could turn it off, or just delete the shortcut.
msg159399 - (view) Author: Daniel Swanson (weirdink13) Date: 2012-04-26 16:58
I am using windows and as I recall, it installed a desktop shortcut for me. but I could be wrong.
msg159475 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2012-04-27 15:46
Is it really the case that novice users fail to understand the Start menu?
msg159605 - (view) Author: Daniel Swanson (weirdink13) Date: 2012-04-29 13:27
Never mind. I think I used the start menu to do it myself.
msg160491 - (view) Author: Daniel Swanson (weirdink13) Date: 2012-05-12 20:15
What's the start menu?
hahaha
I think that this issue is pointless, it takes 3 clicks to make a desktop shortcut (if have a lot of programs on your computer, maybe 4) any Windows user should know how to do it.
History
Date User Action Args
2012-05-12 20:15:35weirdink13setmessages: + msg160491
2012-04-29 13:27:34weirdink13setmessages: + msg159605
2012-04-27 15:54:09pitrousetnosy: + brian.curtin
2012-04-27 15:46:11loewissetnosy: + loewis
messages: + msg159475
2012-04-26 16:58:16weirdink13setnosy: + weirdink13
messages: + msg159399
2012-04-26 04:20:11jdigitalcreate