So, the thing is I have several C# dlls that need to be deployed into gac on several machines. These does not have the gacutil and I would prefer if it stayed that way. How would one go about deploying these files easily, like just running a exe or batch file? Is it possible/good idea to create a executable file for gac deployment and how could this be done?
Ps. I do only have the ms visual studio express