[1/3] appwiz.cpl: Add GUI for Add/Remove Programs control panel

Owen Rudge owen at owenrudge.net
Fri Jul 11 15:46:01 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.

---
  Makefile.in                     |    2 +
  dlls/Makefile.in                |    1 +
  dlls/appwiz.cpl/En.rc           |   52 +++++++
  dlls/appwiz.cpl/Makefile.in     |   15 ++
  dlls/appwiz.cpl/appwiz.c        |  308 
+++++++++++++++++++++++++++++++++++++++
  dlls/appwiz.cpl/appwiz.cpl.spec |    1 +
  dlls/appwiz.cpl/appwiz.rc       |   39 +++++
  dlls/appwiz.cpl/res.h           |   50 +++++++
  8 files changed, 468 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

-- 
Owen Rudge
http://www.owenrudge.net/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 8222a6dcc91b9223072c2984e30113bf2792ced9.diff
Type: text/x-patch
Size: 17198 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080711/02af9915/attachment-0001.bin 


More information about the wine-patches mailing list