I want an administrator to register some .dll's for me, but he would probably prefer not to install the whole sdk. Can he just install gacutil.ex? If so, where can he get it? Do I just email the gacutil.exe file to him and he puts it anywhere he likes on the machine and can then use it?
feedback
|
|
I think gacutil.exe only needs the .Net Framework to run. Sending him the stand-alone exe should normally work. | |||
|
feedback
|
|
Per Hans' comment on my question, it's against the license. The best thing to do here is to create a quick setup.exe or msi which will install the files into the GAC, which I have done. | |||
|
feedback
|
|
Also an alternative is to just manually drag and drop the DLL into c:\windows\assembly. For .net 4, I believe the assembly folder is c:\windows\microsoft.net\assembly - though I haven't tested a simple xcopy addition in this manner on .net 4. | |||
|
feedback
|