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.
Paul Vriens wrote:
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.
Thanks, fixed in try2.