Archive: How to Install GAC using NSIS


How to Install GAC using NSIS
Hai,

I am working in vb.net2003, in this i refer more than 5 dll's, i register all of the 5 in GAC, Help me how to deploy that to the client place. simply how to install GAC in Client place.


Regards
-Amjath


Try the following:

http://nsis.sourceforge.net/Register...DLL_in_the_GAC


Our product ships with .net framework 2.0. The installer will install .net 2.0 if it's not present in the user machine prior to installing the binary.

I know that .net 2.0 doesn't ship with gacutil, and the above solution wouldn't work in my case. For the time being, we're not going to install the sdk in the user machine. Long story short, if we weren't going to implement a C# solution, is there any way to use NullSoft to register to GAC if the gacutil is not present in the user machine.