Module: wine Branch: master Commit: 7c89d4f28f6f1edf1253b337c5312f4a1078b653 URL: http://source.winehq.org/git/wine.git/?a=commit;h=7c89d4f28f6f1edf1253b337c5...
Author: Hans Leidekker hans@codeweavers.com Date: Wed Aug 18 11:21:34 2010 +0200
msi/tests: Use HKEY_CURRENT_USER instead of HKEY_LOCAL_MACHINE for registry tests.
Works around test failures on 64-bit Windows where MsiInstallProduct returns success even though the registry keys specified in the Registry table are not created.
---
dlls/msi/tests/automation.c | 12 ++++++------ dlls/msi/tests/install.c | 43 +++++++++++++++++++++---------------------- 2 files changed, 27 insertions(+), 28 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=7c89d4f28f6f1edf1253b3...