Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I download and install gacutil.exe without having to install VS or the SDK?

I want an administrator to register some DLLs for me, but he would probably prefer not to install the whole SDK.

Can he just install gacutil.exe? If so, where can he get it? Do I just email the gacutil.exe file to him, and where does he have to put it on his machine to use it?

like image 296
richard Avatar asked Apr 06 '11 20:04

richard


People also ask

Where is Gacutil exe installed?

The Gacutil.exe tool is located in the . NET Framework installation directory. The default location for this is C:\Program Files (x86)\Microsoft SDKs\Windows\v10. 0A\bin\NETFX 4.6.


1 Answers

I got it working by copying gacutil.exe, gacutil.exe.config and gacutlrc.dll. I understand it's against the licence, but you can't get InstallShield in VisualStudio Express so this was the simplest solution.

like image 60
BigBob Avatar answered Sep 19 '22 21:09

BigBob