Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Deployment projects and Regasm

Status
Not open for further replies.

DevonTaig

Programmer
May 2, 2001
73
US
I have created a VS.NET Deployment project that should ideally call Regasm.exe on a couple of assemblies...for some reason, Regasm fails to execute (I don't get any errors, but Regasm is not executing either). I know that this should work, because Regasm works great from the command line on these same assemblies. I have tried a few different things:

1) Setting the Register property of the .dll to vsdraCOM
2) Setting the Register property of the .dll to vsdraCOMRelativePath
3) Installing Regasm.exe into the application folder during the installation and then calling it with the arguments "my.dll /codebase" as a custom action after Install.

Any ideas on this?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top