Sweden-Number/programs/uninstaller
Antonio Codazzi 941da93dfd uninstaller: Esperanto language adjustments. 2006-04-08 20:01:09 +02:00
..
.gitignore Ignore symlink files too (needed for git). 2005-11-26 13:12:57 +01:00
Bg.rc Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw, 2005-09-19 17:00:58 +00:00
Cs.rc uninstaller: Czech language resources encoding fix. 2006-02-13 13:29:21 +01: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
Eo.rc uninstaller: Esperanto language adjustments. 2006-04-08 20:01:09 +02:00
Es.rc uninstaller: Spanish translations update. 2005-12-16 12:39:55 +01:00
Fi.rc Finnish resources for uninstaller. 2005-09-30 10:34:19 +00:00
Fr.rc Internationalization. 2005-03-11 13:16:35 +00:00
It.rc uninstaller: Italian language support. 2006-04-03 11:50:04 +02:00
Ko.rc Update Korean translations. 2005-11-15 12:06:12 +00:00
Makefile.in Added a -municode flag to winegcc for applications that have a wmain() 2005-08-25 19:26:59 +00:00
No.rc Added Norwegian translations. 2005-09-18 12:26:22 +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
Tr.rc uninstaller: Turkish translation. 2006-02-06 13:08:33 +01:00
main.c Fixed uninstaller close button. 2005-10-04 17:59:01 +00:00
resource.h Use a dialog instead of a normal window. 2005-03-10 15:46:33 +00:00
rsrc.rc uninstaller: Esperanto language support. 2006-04-03 11:50:17 +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:
    ???