GAC Install
I have seen this link.
http://nsis.sourceforge.net/Register...DLL_in_the_GAC
At the bottom it talks about using C# script. How would I do this or use this in NSIS????
Thanks!!!
Archive: GAC Install
GAC Install
I have seen this link.
http://nsis.sourceforge.net/Register...DLL_in_the_GAC
At the bottom it talks about using C# script. How would I do this or use this in NSIS????
Thanks!!!
you would not.
it says, you should write a replacement tool in c# (programing language, not script) for the gacutil.exe in case the file is not present on the target users system.