>           I'm doing some work on a simple Python COM server to wrap a
> SOAP client on a machine.  It is going well and I have it working
> however when I attempt to register the python COM servers
> they are only
> registered in the current user namespace and not the all
> users namespace
> (HKEY_LOCAL_MACHINE).  I've been looking through the docs and google
> searched and looked through the Python/win32 book and cannot find
> anything such as a command line switch to help me.
>
>     Does anybody know how to install the PythonCOM server for
> all users
> - I am admin when registering the PythonCOM server.

pywin32 will register a server under HKEY_CLASSES_ROOT which should be
shared for all users - see
http://msdn2.microsoft.com/en-gb/library/ms724475.aspx.

Mark

_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to