Page 1 of 1

Invoke COM object?

Posted: Tue May 09, 2006 1:03 pm
by MarkRichards
Is there any support for invoking a COM object from within InstallAware, like you can from InstallShield (with CoGetObject)?

Please let me know if there's an equivalent, and thanks.

Posted: Tue May 09, 2006 4:40 pm
by MichaelNesmith
No, you can invoke Win32 DLLs, write custom plug-ins, run programs, but not COM objects. Of course you could just write a custom dll or plugin or even an EXE to invoke the COM object for you.