Commit 4fad9ddc authored by Robert Shearman's avatar Robert Shearman Committed by Alexandre Julliard

Hack around broken state management so InstallShield works.

parent 42337182
...@@ -481,7 +481,9 @@ BOOL stub_manager_notify_unmarshal(struct stub_manager *m) ...@@ -481,7 +481,9 @@ BOOL stub_manager_notify_unmarshal(struct stub_manager *m)
default: default:
WARN("object OID %s already unmarshaled\n", WARN("object OID %s already unmarshaled\n",
wine_dbgstr_longlong(m->oid)); wine_dbgstr_longlong(m->oid));
ret = FALSE; ret = TRUE; /* FIXME: the state management should be per-ifstub, so
* it is disabled at the moment so that InstallShield
* works again */
break; break;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment