Issue 555812: installing extension w/o admin rights (original) (raw)

Issue555812

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:19 admin set github: 36602
2002-05-14 08:56:01 theller create