Module: wine Branch: master Commit: 7d3f903db17e69dde66bedd53a23f8bf0a5a2ed0 URL: http://source.winehq.org/git/wine.git/?a=commit;h=7d3f903db17e69dde66bedd53a...
Author: Hans Leidekker hans@codeweavers.com Date: Mon Nov 5 16:30:27 2012 +0100
msi: Fix handling of REG_MULTI_SZ values in the WriteRegistryValues action.
---
dlls/msi/action.c | 270 +++++++++++++++++++++++++++++++++++++---------- dlls/msi/msipriv.h | 1 + dlls/msi/record.c | 2 +- dlls/msi/tests/action.c | 103 ++++++++++++++++++- 4 files changed, 318 insertions(+), 58 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=7d3f903db17e69dde66bed...