Re: Registering COM python based components when not admin
Thanks for the hint ! -- http://mail.python.org/mailman/listinfo/python-list
Re: Registering COM python based components when not admin
To register the com server for only the current user, your base key should be HKEY_CURRENT_USER\SOFTWARE\Classes instead of just HKCU. However, I don't know if this will solve your problem or not. The ICatRegister interface is supplied by the system, so nobody but MS has the source code to the Re
