[python-win32] Creating an installer for a COM server.

Pavlos Christoforou Pavlos Christoforou" <pavlos@gaaros.com
Fri, 1 Nov 2002 17:21:02 -0000


Thanks Mark

> Also note that buried in the COM registration support is the ability to
get
> a list of registry keys needed to register a COM given object - this is
how
> the win32all WISE installer actually registers the COM objects (so that
the
> registry keys are written to the uninstall log, and thus uninstall
magically
> removes these COM objects too)

I am not using WISE. INNO Setup allows the installer to call arbitrary
scripts at the end of the install/unistall. I just run the win32com install
and unistall scripts (appropriately edited). I suppose it will be 'safer' to
find those registry entries and let the installer do the registration.

Thanks for win32all


Pavlos