Anthony Appleyard opened this issue on Jun 02, 2013 · 8 posts
markschum posted Sun, 02 June 2013 at 7:35 PM
To get an uninstaller you need to use an installer package. winrar and winzip create an exe file but not using an installer as far as I know
Microsoft offer a package for developers that will create an msi installer and that will provide an uninstaller. The Inno installer looks like it does too.
I wrote a python script that reads a zip file contents and finds those files in the runtime and deletes them. I haven't usd it in ages.