Am 02.08.2012 19:41, schrieb Sebastian Elner:
Hello,

I have the problem that several uninstallers (InnoSetup and NSIS) do not
remove their uninstall.exe/unins000.exe. For NSIS I can prove that this
is not related to wpkg, the silent uninstall is also leaving the
uninstall.exe on disk when executing uninstall.exe /S separately on the
command line. Using the gui works fine. For InnoSetup I am unsure, but I
do not suspect wpkg. Why are the uninstallers doing this? Does anyone
have experience dealing with this stuff?

Cheers

Sebastian



The latest version of WPKG includes some package templates, which show how to get rid of all the files.

NSIS forks a second process if uninstalling silently, this can be prevented by the _?= command line switch.

Inno Setup doesn't have this issue.


--
Stefan P.

Top-posting:
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
-------------------------------------------------------------------------
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
_______________________________________________
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users

Reply via email to