msiexec: Add support for /update.
This commit is contained in:
parent
e3143f1105
commit
d81b8bbd79
|
@ -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++;
|
||||
|
|
Loading…
Reference in New Issue