Sweden-Number/programs/uninstaller
Hannu Valtonen d3f5fa8983 Fix a typo in uninstaller's english appname. 2005-04-11 12:57:32 +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 Internationalization. 2005-03-11 13:16:35 +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 GetDlgItemTextW takes buffer length in WCHARs not bytes. 2005-03-16 19:48:04 +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:
    ???