Mike Hearn wrote:
On Sat, 2005-01-29 at 13:16 -0600, Rob Shearman wrote:
InstallShield uses MIDL-compiled proxies/stubs. The fixme's are from functions being executed on the error path, triggered by the pipe problem.
Hmm, did we remove the 1 || hack while I wasn't watching? I thought we were going to wait a bit before letting it use its own compiled marshallers instead of the typelib marshaller.
No, but it might have interfaces that it cannot marshal without using MIDL-generated proxies. And yes, once we get InstallShield working again we'll have to try and break it again by removing the RegiseterTypeLib hack.
Rob