Commit d81b8bbd authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

msiexec: Add support for /update.

parent e3143f11
......@@ -870,7 +870,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine
ExitProcess(1);
}
}
else if(msi_option_equal(argvW[i], "p"))
else if(msi_option_equal(argvW[i], "p") || msi_option_equal(argvW[i], "update"))
{
FunctionPatch = TRUE;
i++;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment