wine-wine/programs/uninstaller
Hannu Valtonen a13e0e9999 Remove some useless comments and rearrange the GUI a bit. 2004-02-09 20:57:21 +00:00
..
.cvsignore Use a better icon. Comment out the binary resource. 2003-10-04 03:10:59 +00:00
Makefile.in Handle quoting on the command line in uninstaller. 2003-10-09 19:45:54 +00:00
README Added an uninstaller for InstallShield, WISE etc. 2000-08-01 00:27:35 +00:00
main.c Remove some useless comments and rearrange the GUI a bit. 2004-02-09 20:57:21 +00:00
main.h Added LGPL standard comment, and copyright notices where necessary. 2002-03-09 23:29:33 +00:00
rsrc.rc Updated Italian translations. 2003-12-30 19:12:38 +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:
    ???