Nicolas Le Cam niko.lecam@gmail.com writes:
@@ -2308,7 +2308,7 @@ static void test_setpropertyfolder(void)
r = MsiInstallProductA(msifile, NULL); ok(r == ERROR_SUCCESS, "Expected ERROR_SUCCESS, got %u\n", r);
- if (GetFileAttributesA(path) == FILE_ATTRIBUTE_DIRECTORY)
- if (GetFileAttributesA(path) & FILE_ATTRIBUTE_DIRECTORY) { ok(delete_pf("msitest\added\maximus", TRUE), "File not installed\n"); ok(delete_pf("msitest\added", FALSE), "File not installed\n");
You most likely need to check for GetFileAttributesA failure first.