Re: [WiX-users] registering a .net assembly

2007-05-02 Thread Bob Arnson
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

[WiX-users] registering a .net assembly

2007-05-02 Thread Aurash Behbahani
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