creating a setup for a com dll

Posted by daemonkid on Stack Overflow See other posts from Stack Overflow or by daemonkid
Published on 2010-06-01T06:45:28Z Indexed on 2010/06/01 7:23 UTC
Read the original article Hit count: 238

I am trying to package a com dll in an msi. I want the setup to run a batch file afterwards. The batch file basically points to the WINDOWS\Microsoft.NET\Framework\v2.0.50727 folder and runs the regasm command to register the assembly.

How do I get the setup to do this?

Thanks.

© Stack Overflow or respective owner

Related posts about visual-studio-2008

Related posts about installation