msiexec: Add a fixme for administrative installs.
This commit is contained in:
parent
37182e3f0f
commit
e55aea83cd
|
@ -630,6 +630,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine
|
|||
WINE_TRACE("argvW[%d] = %s\n", i, wine_dbgstr_w(argvW[i]));
|
||||
PackageName = argvW[i];
|
||||
StringListAppend(&property_list, ActionAdmin);
|
||||
WINE_FIXME("Administrative installs are not currently supported\n");
|
||||
}
|
||||
else if(msi_option_prefix(argvW[i], "f"))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue