Re: Registering COM python based components when not admin

2006-01-19 Thread tooper
Thanks for the hint ! -- http://mail.python.org/mailman/listinfo/python-list

Re: Registering COM python based components when not admin

2006-01-18 Thread Roger Upole
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