[Python-bugs-list] [ python-Bugs-497854 ] Short-cuts missing for All Users

noreply@sourceforge.net noreply@sourceforge.net
Thu, 04 Apr 2002 11:58:46 -0800


Bugs item #497854, was opened at 2001-12-30 09:31
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=497854&group_id=5470

Category: Windows
Group: Python 2.2.1 candidate
Status: Open
Resolution: None
Priority: 7
Submitted By: Martin v. Löwis (loewis)
Assigned to: Tim Peters (tim_one)
Summary: Short-cuts missing for All Users

Initial Comment:
Using the Windows installer of Python 2.2 on Windows XP
Professional, as a user "root" who is member of the
Administrator's group, performing an admin
installation, the Python 2.2 program group does not
show up in the start menu of other users.

The cause for this problem is that the installer puts
the shortcuts into \Documents and Settings\root\Start
Menu, not into \Documents and Settings\All Users\Start
Menu.

Notice that it is difficult to login as Administrator
on XP, since the Administrator account is not displayed
on the welcome screen (only if the old-style login
screen is selected). Even if installing Python as
Administrator, the shortcuts still end up in \Documents
and Settings\Administrator\Start Menu.

----------------------------------------------------------------------

>Comment By: Tim Peters (tim_one)
Date: 2002-04-04 14:58

Message:
Logged In: YES 
user_id=31435

The install script had gotten lost in the maze of Wise 
system vrbls, so the same (or similar) problem was evident 
on Win2K.  The release22-maint branch contains a putative 
fix now, which works OK on Win2K, but I don't have access 
to an XP box and don't know whether "the rules" changed 
there.

----------------------------------------------------------------------

Comment By: Tim Peters (tim_one)
Date: 2002-04-04 14:26

Message:
Logged In: YES 
user_id=31435

Changed to Windows/2.2.1 candidate, assigned to me, and 
boosted priority.

----------------------------------------------------------------------

Comment By: Guido van Rossum (gvanrossum)
Date: 2002-03-22 15:55

Message:
Logged In: YES 
user_id=6380

Then at least let's remember to fix this in 2.3.

----------------------------------------------------------------------

Comment By: Tim Peters (tim_one)
Date: 2002-03-22 14:02

Message:
Logged In: YES 
user_id=31435

Yes, the installer hasn't changed, and won't for 2.2.1 
unless somebody other than me can make time to do it.  That 
seems unlikely to the point of fantasy, alas.

----------------------------------------------------------------------

Comment By: R. Lindsay Todd (rltodd)
Date: 2002-03-22 13:29

Message:
Logged In: YES 
user_id=283405

The Python 2.2.1c1 installer for Windows still has this 
shortcoming: Even when doing an administrative install, 
shortcuts for Python are created in "Administrator"s 
profile, not "All Users".  However, various extensions, 
like wxpython, win32all, etc. seem to get this right.

----------------------------------------------------------------------

Comment By: R. Lindsay Todd (rltodd)
Date: 2002-02-22 12:19

Message:
Logged In: YES 
user_id=283405

This is also a problem under Windows 2000 Professional,
where I am actually logged in as "Administrator" and have
made sure it is a full administrative install I'm doing. 
Registry settings are properly made for everyone; it is just
the short cuts that don't appear.

I've been working around this by manually moving the program
group folder to "All Users" and changing the ACLs.  This
should be done before installing win32all, which will create
the program group under "All Users".

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=497854&group_id=5470