Get .Net version & Version Compare
Hi, I am new to NSIS and I am writing an installer that needs to check the version of .Net. I have searched the posts and found the script here: http://nsis.sourceforge.net/Get_.NET_Version. I followed the link about version compare to get that function. My problem is I am just not getting how to make it work.
In the example on the Get .Net version there is the !insertmacro command to insert the versioncompare macro but the versioncompare code is not in the example. My question is where do I put it?
If I put the versioncompare code as it is here: http://nsis.sourceforge.net/VersionCompare I get an error.
Any help would be appreciated.
Thanks.