-
just corrected a bug in _get_classe_hkey and modified RegisterServer
File Added: register-patch.py.
2007-10-11 21:00:27 UTC in Python for Windows extensions
-
I produced this patch to be able to register and use a COM server with insufficient privileges.
A little explanation:
- As a non admin user, you cannot write HKEY_CLASSES_ROOT, but you can register a COM server into HKEY_CURRENT_USER
- HKEY_CLASSES_ROOT is a consolidated view of HKEY_LOCAL_MACHINE and HKEY_CURRENT_USER (see MSDN)
- The client can always read the registry keys in...
2007-10-02 16:17:30 UTC in Python for Windows extensions
-
rlangmeier committed revision 2 to the AutoRadio SVN repository, changing 1 files.
2007-02-13 22:24:39 UTC in AutoRadio
-
rlangmeier committed revision 1 to the AutoRadio SVN repository, changing 1 files.
2007-02-13 22:23:56 UTC in AutoRadio
-
rlangmeier registered the AutoRadio project.
2006-07-25 01:06:06 UTC in AutoRadio
-
rlangmeier registered the RdsDec project.
2004-06-03 07:21:25 UTC in RdsDec