Paul Vriens : msi/tests: Prevent a popup on Windows NT.

Alexandre Julliard julliard at winehq.org
Mon Sep 20 12:12:23 CDT 2010


Module: wine
Branch: master
Commit: 3d6a57a4941ad8e7205490b48ae384b1847ffdb1
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=3d6a57a4941ad8e7205490b48ae384b1847ffdb1

Author: Paul Vriens <Paul.Vriens.Wine at gmail.com>
Date:   Mon Sep 20 11:26:09 2010 +0200

msi/tests: Prevent a popup on Windows NT.

---

 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);
 




More information about the wine-cvs mailing list