(.NET) Registering assembly while deploying

S

source

I know there is a way to add a .bat file to your setup package in .NET.
I just have to run a regasm utility to register my dll.
How can I make sure that the .bat file will be ran at the end?
And is there any other way I can register my dll rather than adding a .bat
file. I am trying to avoid adding files to my setup project.

I have an registry entry which has the path C:\Program File\....\mydll.dll

Now I tried giving [Application Folder]\mydll.dll (in my setup I have chose
[Application Folder] as the location where the dll needs to be copied, but
still in my registry entry I dont get the Application Folder path.
Any clues on this will help.

Thank you,

Abhijeet
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top