(.NET) Registering assembly while deploying

  • Thread starter Thread starter source
  • Start date Start date
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
 
Back
Top