[1/10] [try 5] appwiz.cpl: Add skeleton Add/Remove Programs control panel

Owen Rudge owen at owenrudge.net
Mon Jul 21 13:42:03 CDT 2008


This series of patches adds a new Add/Remove Programs control panel
applet, allowing users to view a list of installed applications, and
uninstall/modify them. It also supports the Support Information
introduced by Windows 2000 and used by most modern installers.

(5th and hopefully final try, split up into smaller patches, bugs fixed)

---
  Makefile.in                     |    1 +
  configure.ac                    |    1 +
  dlls/Makefile.in                |    1 +
  dlls/appwiz.cpl/En.rc           |   30 ++++++++++++
  dlls/appwiz.cpl/Makefile.in     |   15 ++++++
  dlls/appwiz.cpl/appwiz.c        |  101 
+++++++++++++++++++++++++++++++++++++++
  dlls/appwiz.cpl/appwiz.cpl.spec |    1 +
  dlls/appwiz.cpl/appwiz.rc       |   35 +++++++++++++
  dlls/appwiz.cpl/res.h           |   32 ++++++++++++
  tools/wine.inf.in               |    1 +
  10 files changed, 218 insertions(+), 0 deletions(-)
  create mode 100644 dlls/appwiz.cpl/En.rc
  create mode 100644 dlls/appwiz.cpl/Makefile.in
  create mode 100644 dlls/appwiz.cpl/appwiz.c
  create mode 100644 dlls/appwiz.cpl/appwiz.cpl.spec
  create mode 100644 dlls/appwiz.cpl/appwiz.rc
  create mode 100644 dlls/appwiz.cpl/res.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: a659791c490cdb0216b58923b3360c6538d7f1fb.diff
Type: text/x-patch
Size: 8911 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080721/30b14f36/attachment.bin 


More information about the wine-patches mailing list