msi: Downgrade a FIXME to a WARN.
This commit is contained in:
parent
ca9a4dc0d9
commit
8912798fb5
|
@ -226,7 +226,7 @@ UINT ACTION_CustomAction(MSIPACKAGE *package, LPCWSTR action, UINT script, BOOL
|
||||||
if (type & msidbCustomActionTypeInScript)
|
if (type & msidbCustomActionTypeInScript)
|
||||||
{
|
{
|
||||||
if (type & msidbCustomActionTypeNoImpersonate)
|
if (type & msidbCustomActionTypeNoImpersonate)
|
||||||
FIXME("msidbCustomActionTypeNoImpersonate not handled\n");
|
WARN("msidbCustomActionTypeNoImpersonate not handled\n");
|
||||||
|
|
||||||
if (type & msidbCustomActionTypeRollback)
|
if (type & msidbCustomActionTypeRollback)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue