[ADVPACK] Sync with Wine Staging 1.7.55. CORE-10536
authorAmine Khaldi <amine.khaldi@reactos.org>
Tue, 17 Nov 2015 12:45:43 +0000 (12:45 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Tue, 17 Nov 2015 12:45:43 +0000 (12:45 +0000)
svn path=/trunk/; revision=69919

reactos/dll/win32/advpack/install.c
reactos/media/doc/README.WINE

index 946e64b..a1e750a 100644 (file)
@@ -762,7 +762,11 @@ INT WINAPI LaunchINFSectionW(HWND hWnd, HINSTANCE hInst, LPWSTR cmdline, INT sho
 
     str_flags = get_parameter(&cmdline_ptr, ',', TRUE);
     if (str_flags)
-        flags = atolW(str_flags);
+    {
+        DWORD inf_flags = atolW(str_flags);
+        if (inf_flags & LIS_QUIET) flags |= RSC_FLAG_QUIET;
+        if (inf_flags & LIS_NOGRPCONV) flags |= RSC_FLAG_NGCONV;
+    }
 
     ZeroMemory(&info, sizeof(ADVInfo));
 
index 3093e47..6640cc7 100644 (file)
@@ -44,7 +44,7 @@ reactos/dll/directx/wine/wined3d        # Synced to WineStaging-1.7.47
 
 reactos/dll/win32/activeds            # Synced to WineStaging-1.7.47
 reactos/dll/win32/actxprxy            # Synced to WineStaging-1.7.47
-reactos/dll/win32/advpack             # Synced to WineStaging-1.7.47
+reactos/dll/win32/advpack             # Synced to WineStaging-1.7.55
 reactos/dll/win32/atl                 # Synced to WineStaging-1.7.47
 reactos/dll/win32/atl80               # Synced to WineStaging-1.7.47
 reactos/dll/win32/atl100              # Synced to WineStaging-1.7.47