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

Owen Rudge owen at owenrudge.net
Thu Jul 17 11:34:34 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.

(4th try, split up into smaller patches)

---
  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           |   35 +++++++++++++
  tools/wine.inf.in               |    1 +
  10 files changed, 221 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: 1d09983e44b3503fda4939607e90969ecc2f58e0.diff
Type: text/x-patch
Size: 8981 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080717/4a53c8f1/attachment.bin 


More information about the wine-patches mailing list