Hi,
I'm trying to figure out a way to install a .Net dll for COM interop so that it gets registered correctly in the MSI way, and I'm not sure how to do it using MSIFactory. Ideally I'm looking for a step by step idiots guide to this.
At the moment I have the dll, and the related tlb and reg files that I created using RegAsm, and now I just want to put them all together using MSIFactory.
I currently include the dll and the tlb in the install files but I'm not sure how to get them registered correctly. The TypeLib properties screen confuses me as I thought all of this information would have been inside the tlb file anyway, the COM Class properties screen also confuses me for the same reason. All the information I have found points to using the vsdraCOM or vsdrfCOM options but I have no idea how these compare to MSIFactory.
Help!
I'm trying to figure out a way to install a .Net dll for COM interop so that it gets registered correctly in the MSI way, and I'm not sure how to do it using MSIFactory. Ideally I'm looking for a step by step idiots guide to this.
At the moment I have the dll, and the related tlb and reg files that I created using RegAsm, and now I just want to put them all together using MSIFactory.
I currently include the dll and the tlb in the install files but I'm not sure how to get them registered correctly. The TypeLib properties screen confuses me as I thought all of this information would have been inside the tlb file anyway, the COM Class properties screen also confuses me for the same reason. All the information I have found points to using the vsdraCOM or vsdrfCOM options but I have no idea how these compare to MSIFactory.
Help!
Comment