python com pre-registration

Dave Brueck dave at pythonapocrypha.com
Mon Dec 15 15:24:10 EST 2003


> I have an activex control I want to examine via python before it is
> registered, given only the DLL path.(e.g. I want to get the control's
> GUID for finding (via registry) and uninstalling previous version of the
> control). Can Python help?

Yes. Try ctypes and then do in Python the same calls you'd do in C to get the
GUID.






More information about the Python-list mailing list