[pkg-wine-party] [SCM] Debian Wine packaging branch, wheezy, updated. wine-1.4-7-302-gb61b690

Alexandre Julliard julliard at winehq.org
Sun Jun 17 20:01:51 UTC 2012


The following commit has been merged in the wheezy branch:
commit 06a8499a0b91ecc617d762888c966c2f2025207a
Author: Hans Leidekker <hans at codeweavers.com>
Date:   Mon Mar 12 12:24:55 2012 +0100

    msiexec: Support the "b!" UI option.
    (cherry picked from commit 3a9d30d485fa8f067308c837944840435e5c5a9c)

diff --git a/programs/msiexec/msiexec.c b/programs/msiexec/msiexec.c
index 4542f34..2227af0 100644
--- a/programs/msiexec/msiexec.c
+++ b/programs/msiexec/msiexec.c
@@ -887,6 +887,11 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine
 				InstallUILevel = INSTALLUILEVEL_BASIC|INSTALLUILEVEL_ENDDIALOG;
 				WINE_FIXME("Unknown modifier: !\n");
 			}
+			else if(msi_strequal(argvW[i]+2, "b!"))
+			{
+				InstallUILevel = INSTALLUILEVEL_BASIC;
+				WINE_FIXME("Unknown modifier: !\n");
+			}
 			else
 			{
 				fprintf(stderr, "Unknown option \"%s\" for UI level\n",

-- 
Debian Wine packaging



More information about the pkg-wine-party mailing list