Sweden-Number/programs/uninstaller
Andreas Mohr 9cef2d0b1d - fix wrong hexadecimal GetLastError() output
- misc fixes
- changed my email address
2001-11-19 02:30:01 +00:00
..
.cvsignore Build Win32 resources as .res files and dump them into the .spec.c file. 2000-10-23 21:39:39 +00:00
Makefile.in Build most programs as .so files. 2000-11-10 23:45:20 +00:00
README Added an uninstaller for InstallShield, WISE etc. 2000-08-01 00:27:35 +00:00
main.c - fix wrong hexadecimal GetLastError() output 2001-11-19 02:30:01 +00:00
main.h Added an uninstaller for InstallShield, WISE etc. 2000-08-01 00:27:35 +00:00
rsrc.rc - fix wrong hexadecimal GetLastError() output 2001-11-19 02:30:01 +00:00
uninstaller.spec Added some missing imports. 2000-11-09 20:41:13 +00:00

README

Uninstaller README

Uninstaller, copyright 2000, Andreas Mohr
Uninstaller is to be distributed under the Wine License
See the Wine License for further information.

This is an uninstaller for all setup programs that put an uninstall entry
into the registry, such as e.g. InstallShield or the WISE installer.
Its files have been shamelessly ripped from WineMine partially :)

TODO:
    - implement sorting of the uninstall entries
    - let the uninstall happen in a separate thread in order to be able to
      uninstall several programs concurrently

KNOWN BUGS:
    - minimizing/maximizing is broken (just as with WineMine)
    - the icon is, ermm, wrong ;-))

UNKNOWN BUGS:
    ???