Aurash Behbahani wrote:

I have a .net assembly that implements a COM interface, so I need to register it. Looking at the ComPlusAssembly element, it seems that for .net assemblies, I need to include a type library for the assembly. I'm able to register the assembly normally using regasm.exe without a type library, so is there another way to register a COM assembly without the type library?


The COM+ CAs are for COM+, not COM interop. Use Regasm's /regfile switch to write the registry information to a file you can inspect. You can use Heat or Tallow to capture WiX authoring equivalent.

--
sig://boB
http://joyofsetup.com/

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to