Hans Leidekker : msi: Make MSI_SetPropertyW take a pointer to a database instead of a package.
Module: wine Branch: master Commit: 44b7983913ca1282622b34c92c1fc069c5977a70 URL: http://source.winehq.org/git/wine.git/?a=commit;h=44b7983913ca1282622b34c92c... Author: Hans Leidekker <hans(a)codeweavers.com> Date: Wed Apr 21 11:38:17 2010 +0200 msi: Make MSI_SetPropertyW take a pointer to a database instead of a package. --- dlls/msi/action.c | 35 ++++++++----- dlls/msi/appsearch.c | 7 ++- dlls/msi/custom.c | 14 +++-- dlls/msi/dialog.c | 45 +++++++++-------- dlls/msi/events.c | 4 +- dlls/msi/helpers.c | 8 ++-- dlls/msi/install.c | 2 +- dlls/msi/msi.c | 8 ++-- dlls/msi/msipriv.h | 3 +- dlls/msi/package.c | 130 ++++++++++++++++++++++++------------------------- dlls/msi/upgrade.c | 11 +++- 11 files changed, 143 insertions(+), 124 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=44b7983913ca1282622b34...
participants (1)
-
Alexandre Julliard