msiexec: Support the "b!" UI option.

This commit is contained in:
Hans Leidekker 2012-03-12 12:24:55 +01:00 committed by Alexandre Julliard
parent 189c1ca5d9
commit 3a9d30d485
1 changed files with 5 additions and 0 deletions

View File

@ -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",