Commit 3d6a57a4 authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

msi/tests: Prevent a popup on Windows NT.

parent 76ba45e5
......@@ -4864,7 +4864,7 @@ static void delete_pfmsitest_files(void)
shfl.wFunc = FO_DELETE;
shfl.pFrom = path;
shfl.pTo = NULL;
shfl.fFlags = FOF_FILESONLY | FOF_NOCONFIRMATION | FOF_NORECURSION | FOF_SILENT;
shfl.fFlags = FOF_FILESONLY | FOF_NOCONFIRMATION | FOF_NORECURSION | FOF_SILENT | FOF_NOERRORUI;
SHFileOperation(&shfl);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment