[PATCH 5/5] Prevent a popup on Windows NT

Paul Vriens Paul.Vriens.Wine at gmail.com
Mon Sep 20 04:26:09 CDT 2010


---
 dlls/msi/tests/install.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/msi/tests/install.c b/dlls/msi/tests/install.c
index 7be5094..345c63f 100644
--- a/dlls/msi/tests/install.c
+++ b/dlls/msi/tests/install.c
@@ -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);
 
-- 
1.6.2.5


--------------010000090003050703020902--



More information about the wine-patches mailing list