Re: [WiX-users] Installing a COM Server EXE

2007-10-04 Thread Dan Hoeger
Sent: Thursday, October 04, 2007 4:37 PM To: Dan Hoeger Cc: wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Installing a COM Server EXE Hi Dan, Did you ever receive an answer to this question? I've been having a similar difficulty and I didn't get much more from this mailing list

Re: [WiX-users] Installing a COM Server EXE

2007-10-04 Thread Tanikella, Rajanikanth (SCR US)
IL PROTECTED] On Behalf Of Dan Hoeger Sent: Friday, September 07, 2007 12:31 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Installing a COM Server EXE What is the best way to register this Com server Tallow or Heat only seem to work with DLL files that support DLLRegisterServer

[WiX-users] Installing a COM Server EXE

2007-09-07 Thread Dan Hoeger
What is the best way to register this Com server Tallow or Heat only seem to work with DLL files that support DLLRegisterServer Do we make a custom action that launches the EXE with the -regserver and a corresponding -unregister for the install, uninstall and rollback? What have other people do