msiexec: Add a fixme for administrative installs.

This commit is contained in:
Austin English 2013-09-10 13:46:57 -07:00 committed by Alexandre Julliard
parent 37182e3f0f
commit e55aea83cd
1 changed files with 1 additions and 0 deletions

View File

@ -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"))
{