msi: implement MsiSetExternalUIRecord

Paolo Abeni paolo.abeni at gmail.com
Fri Jun 20 10:30:39 CDT 2008


hello,

This is a basic implementation of MsiSetExternalUIRecord. It add a few
global variables to keep track of the installed record-based external UI
handler, and eventually invoke it during message processing.

Changelog:
* add basic implementation for MsiSetExternalUIRecord

 dlls/msi/msi.c      |   14 ++++++++++++++
 dlls/msi/msi.spec   |    2 +-
 dlls/msi/msi_main.c |    3 +++
 dlls/msi/msipriv.h  |    3 +++
 dlls/msi/package.c  |   16 ++++++++++++++--
 include/msi.h       |    2 ++
 6 files changed, 37 insertions(+), 3 deletions(-)

--
Paolo Abeni
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001--implement-MsiSetExternalUIRecord.patch
Type: text/x-patch
Size: 4298 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080620/74aaa97e/attachment.bin 


More information about the wine-patches mailing list