This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: installing extension w/o admin rights
Type: Stage:
Components: Windows Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: theller Nosy List: mhammond, theller
Priority: normal Keywords:

Created on 2002-05-14 08:56 by theller, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Messages (2)
msg10768 - (view) Author: Thomas Heller (theller) * (Python committer) Date: 2002-05-14 08:56
Users without admin rights can run bdist_wininst
installers, but they cannot set the registry entries
for uninstallation.
bdist_wininst should in this case write into the
HKEY_CURRENT_USER branch instead of HKEY_LOCAL_MACHINE.
msg10769 - (view) Author: Mark Hammond (mhammond) * (Python committer) Date: 2004-07-02 23:55
Logged In: YES 
user_id=14198

Fixed via http://www.python.org/sf/983775
History
Date User Action Args
2022-04-10 16:05:19adminsetgithub: 36602
2002-05-14 08:56:01thellercreate