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

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