RegAsm COM object within MSI? [resolved]
Hehehe, that subject line is probably unintelligentible for about 99.5% of the people I know... :D That is why I come here.
I need to perform a "RegAsm myDLL.dll" during my installation (and uninstallation). I read that I could just switch the "Registry" property of my output file to vsdrpCOM, which I did but it still didn't registery my COM object.
When I do "regasm mydll.dll" via command line, my DLL registers properly and everything works fine. I just need to put that in my installer routine.
Anyone know how I can do a custom launch action to call that RegAsm or how the Registry property is suppose to work?
thanks,