Re: [WiX-users] To regasm or to not regasm...

2012-08-29 Thread Peter Shirtcliffe
When I last regasmed anything, I was using Wix2 and the tallow tool but the process should apply to heat too. Regasm /regfile doesn't create type lib, so use tlbexp to create a type lib. Use elements to register the type lib. Use regasm /regfile to create a registration file. Use heat to conver

Re: [WiX-users] To regasm or to not regasm...

2012-08-29 Thread Hoover, Jacob
If you are only wanting to register these DLL's for your own private usage within a single application, I'd strongly suggest using registration free COM and deploy them with the application. This allows the OS to load the info into the activation context at application start, and would allow you