24 Jan
2009
24 Jan
'09
2:14 p.m.
Nikolay Sivov wrote:
Changelog: - Fix NULL dereference in MsiQueryComponentStateW, test added
+ r = pMsiQueryComponentStateA(prodcode, NULL, MSIINSTALLCONTEXT_MACHINE, NULL, &state); + ok(r == ERROR_INVALID_PARAMETER, "Expected ERROR_SUCCESS, got %d\n", r);
Copy-paste error in the ok message. -- Cheers, Paul.