Op zaterdag 28 mei 2011 schreef Mark:
> This is a bug in distutils/bdist_wininst - I just created
> http://bugs.python.org/issue12200 with the details and your samples, and
> sadly I can't think of a work around you can use until this is fixed
> (which I might get to soon, but not this weekend.
On 26/05/2011 6:00 PM, Wilbert Berendsen wrote:
Op donderdag 26 mei 2011 schreef Mark:
Wilbert wrote:
can anybody find out why the install script is not run?
Works for me in the pywin32 install script - maybe you should make the
smallest possible example that doesn't work and post the entir
On 26/05/2011 5:28 AM, Wilbert Berendsen wrote:
Hi,
according to the docs the installer bdist_wininst creates will run the
install-script on install with -install (which works perfectly) and on
uninstall with the -remove argument (which seemingly never happens).
However I want to cleanup some r
Hi,
according to the docs the installer bdist_wininst creates will run the
install-script on install with -install (which works perfectly) and on
uninstall with the -remove argument (which seemingly never happens).
However I want to cleanup some registry stuff on uninstall so I want the
uninst