Skip to content
⌘ NSIS Forum Archive

How to Install GAC using NSIS

3 posts

Guest#

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
zanz#
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.