Sweden-Number/programs/uninstaller
Pierre d'Herbemont 342da59b0c Remove stdlib.h inclusion if winsock.h is included. 2005-05-18 15:33:20 +00:00
..
.cvsignore We no longer use the .exe.spec.c files. 2004-03-02 21:16:37 +00:00
Cs.rc Internationalization. 2005-03-11 13:16:35 +00:00
De.rc Update German resource files. 2005-05-09 09:23:29 +00:00
En.rc Fix a typo in uninstaller's english appname. 2005-04-11 12:57:32 +00:00
Es.rc Internationalization. 2005-03-11 13:16:35 +00:00
Fr.rc Internationalization. 2005-03-11 13:16:35 +00:00
It.rc Internationalization. 2005-03-11 13:16:35 +00:00
Makefile.in Add search field with find-as-you-type function. 2005-03-11 10:26:41 +00:00
Pt.rc Internationalization. 2005-03-11 13:16:35 +00:00
README Added an uninstaller for InstallShield, WISE etc. 2000-08-01 00:27:35 +00:00
main.c Remove stdlib.h inclusion if winsock.h is included. 2005-05-18 15:33:20 +00:00
resource.h Use a dialog instead of a normal window. 2005-03-10 15:46:33 +00:00
rsrc.rc Internationalization. 2005-03-11 13:16:35 +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:
    ???