24 Jan
2011
24 Jan
'11
5:07 p.m.
Module: wine Branch: master Commit: 92203f10530645792a1ad5964d00b4fefba04de4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=92203f10530645792a1ad5964d... Author: Hans Leidekker <hans(a)codeweavers.com> Date: Mon Jan 24 15:22:11 2011 +0100 msi: Implement the MsiPublishAssemblies and MsiUnpublishAssemblies standard actions. --- dlls/msi/action.c | 7 -- dlls/msi/assembly.c | 239 ++++++++++++++++++++++++++++++++++++++++++++++- dlls/msi/msipriv.h | 1 + dlls/msi/tests/action.c | 6 +- 4 files changed, 237 insertions(+), 16 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=92203f10530645792a1ad5...