msi: Downgrade a FIXME to a WARN.

This commit is contained in:
James Hawkins 2007-11-25 18:04:25 -06:00 committed by Alexandre Julliard
parent ca9a4dc0d9
commit 8912798fb5
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ UINT ACTION_CustomAction(MSIPACKAGE *package, LPCWSTR action, UINT script, BOOL
if (type & msidbCustomActionTypeInScript)
{
if (type & msidbCustomActionTypeNoImpersonate)
FIXME("msidbCustomActionTypeNoImpersonate not handled\n");
WARN("msidbCustomActionTypeNoImpersonate not handled\n");
if (type & msidbCustomActionTypeRollback)
{