Calling RegAsm on a DLL and adding it to the Assembly Cache.

S

supster

Hello, I have written a shell extension for windows to provide
additional context menus, however I am having a bit of trouble making
the install easier on the user.

Currently, the user must browse to their
C:\Windows\Microsoft.NET\Framework\etc... in command prompt to reach
the folder which contains RegAsm, and then call RegAsm passing the
path to the DLL. Then, the user must add the DLL to the Assembly
Cache by going to Control Panel -> Admin Tools -> .NET
Confirguration.

I would like to automate this in an executable, or perhaps make it
easier in any way.

If anyone has any suggestions, please let me know!
 

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