wine-wine/programs/uninstaller
Aric Stewart 6312ccca55 uninstaller: Iterate keys in HKEY_CURRENT_USER also as some programs install their uninstall information there. 2007-12-03 14:43:38 +01:00
..
Bg.rc Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Cs.rc Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
De.rc Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
En.rc Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Eo.rc Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Es.rc Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Fi.rc Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Fr.rc Assorted French translation improvements. 2006-09-10 10:16:33 +02:00
Hu.rc uninstaller: Hungarian translation. 2006-06-19 09:21:06 +02:00
It.rc Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Ko.rc Korean: Use SUBLANG_NEUTRAL in Korean resources. 2006-10-20 13:49:39 +02:00
Makefile.in uninstaller.exe: We can now store binary files in the repository. 2007-09-18 13:35:35 +02:00
Nl.rc uninstaller: Add Dutch resources. 2006-05-24 10:25:56 +02:00
No.rc Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Pl.rc uninstaller: Fix Polish translation. 2006-10-09 12:56:48 +02:00
Pt.rc uninstaller: Add a Portuguese translation (contributed by Americo Jose Melo). 2007-01-10 11:58:50 +01:00
README Added an uninstaller for InstallShield, WISE etc. 2000-08-01 00:27:35 +00:00
Ru.rc uninstaller: Add Russian resources. 2007-06-28 11:00:17 +02:00
Sv.rc uninstaller: Add Swedish translation. 2007-10-16 12:35:06 +02:00
Tr.rc Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
main.c uninstaller: Iterate keys in HKEY_CURRENT_USER also as some programs install their uninstall information there. 2007-12-03 14:43:38 +01:00
resource.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
rsrc.rc uninstaller: Add Swedish translation. 2007-10-16 12:35:06 +02:00
uninstaller.ico uninstaller.exe: We can now store binary files in the repository. 2007-09-18 13:35:35 +02: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:
    ???