Sweden-Number/programs/uninstaller
Milko Krachounov 980f817737 Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw,
shell32, comctl32, msrle32, mshtml, winspool, wineps, serialui,
setupapi, wininet, regedit, uninstaller, notepad, winecfg and
winhelp.
2005-09-19 17:00:58 +00:00
..
.cvsignore We no longer use the .exe.spec.c files. 2004-03-02 21:16:37 +00:00
Bg.rc Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw, 2005-09-19 17:00:58 +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 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
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 Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw, 2005-09-19 17:00:58 +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:
    ???