Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #6260

bdist_wininst: install_script not run on uninstall

From Wilbert Berendsen <wbsoft@xs4all.nl>
Organization www.wilbertberendsen.nl
Subject bdist_wininst: install_script not run on uninstall
Date 2011-05-25 21:28 +0200
Newsgroups comp.lang.python
Message-ID <mailman.2088.1306352132.9059.python-list@python.org> (permalink)

Show all headers | View raw


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 
uninstall script to work.

Studying the source code of the installer[1] in the Run_RemoveScript 
function...

[1] http://svn.python.org/view/python/trunk/PC/bdist_wininst/install.c

... it checks for the line '%d Run Script: %s' in the log, which is there. But 
can anybody find out why the install script is not run?

with best regards,
Wilbert Berendsen

-- 
http://www.wilbertberendsen.nl/
"You must be the change you wish to see in the world."
        -- Mahatma Gandhi

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

bdist_wininst: install_script not run on uninstall Wilbert Berendsen <wbsoft@xs4all.nl> - 2011-05-25 21:28 +0200

csiph-web