[python-win32] Creating COM Server
Mark Hammond
mhammond at skippinet.com.au
Thu Nov 8 05:58:52 CET 2007
> I created the COM server examples from chapter 12 of Win32 Programming,
> but couldn't get them to work unless I had administrator access.
> Is administrator access a requirement for creating a COM server ?
It is. I understand there are now alternatives to registering objects
directly in HKEY_CLASSES_ROOT, but its not an itch I've had yet, and its not
obvious how I should determine where the correct place to register is (eg,
retry after failure, require explicit param, etc) and how this interacts
with Vista (where a better solution in some cases will be be to arrange for
the installation program to ShellExecute a copy it itself requesting
elevation.) I'd welcome a consensus though :)
Cheers,
Mark
More information about the python-win32
mailing list