Sweden-Number/programs/uninstaller
Frédéric Delanoy 1cbb7e1cae uninstaller: Fix French translation. 2009-07-06 14:35:25 +02:00
..
Bg.rc uninstaller: Build language resource files separately. 2009-06-30 13:48:12 +02:00
Cs.rc uninstaller: Build language resource files separately. 2009-06-30 13:48:12 +02:00
Da.rc uninstaller: Build language resource files separately. 2009-06-30 13:48:12 +02:00
De.rc uninstaller: Build language resource files separately. 2009-06-30 13:48:12 +02:00
En.rc uninstaller: Build language resource files separately. 2009-06-30 13:48:12 +02:00
Eo.rc uninstaller: Build language resource files separately. 2009-06-30 13:48:12 +02:00
Es.rc uninstaller: Build language resource files separately. 2009-06-30 13:48:12 +02:00
Fi.rc uninstaller: Build language resource files separately. 2009-06-30 13:48:12 +02:00
Fr.rc uninstaller: Fix French translation. 2009-07-06 14:35:25 +02:00
Hu.rc uninstaller: Build language resource files separately. 2009-06-30 13:48:12 +02:00
It.rc uninstaller: Build language resource files separately. 2009-06-30 13:48:12 +02:00
Ko.rc uninstaller: Build language resource files separately. 2009-06-30 13:48:12 +02:00
Lt.rc uninstaller: Build language resource files separately. 2009-06-30 13:48:12 +02:00
Makefile.in uninstaller: Build language resource files separately. 2009-06-30 13:48:12 +02:00
Nl.rc uninstaller: Build language resource files separately. 2009-06-30 13:48:12 +02:00
No.rc uninstaller: Build language resource files separately. 2009-06-30 13:48:12 +02:00
Pl.rc uninstaller: Build language resource files separately. 2009-06-30 13:48:12 +02:00
Pt.rc uninstaller: Build language resource files separately. 2009-06-30 13:48:12 +02:00
README Added an uninstaller for InstallShield, WISE etc. 2000-08-01 00:27:35 +00:00
Ro.rc uninstaller: Build language resource files separately. 2009-06-30 13:48:12 +02:00
Ru.rc uninstaller: Build language resource files separately. 2009-06-30 13:48:12 +02:00
Si.rc uninstaller: Build language resource files separately. 2009-06-30 13:48:12 +02:00
Sv.rc uninstaller: Build language resource files separately. 2009-06-30 13:48:12 +02:00
Tr.rc uninstaller: Build language resource files separately. 2009-06-30 13:48:12 +02:00
Zh.rc uninstaller: Build language resource files separately. 2009-06-30 13:48:12 +02:00
main.c uninstaller: Only load error strings when needed. 2009-03-03 12:35:35 +01:00
resource.h uninstaller: Build language resource files separately. 2009-06-30 13:48:12 +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:
    ???