Archive: .NET installation with URL


.NET installation with URL
Hello all,

I used NSIS Editor to make a simple install for an application I am working on.
How do I get the installer to first check if .NET is already installed if not then download .NET Framework and then install .NET.
I don't want the package dotnetfx.exe into my installer.

Who can help me with this?

Thanks,
Barry


Found the solution here : http://nsis.sourceforge.net/DotNET
but it still doesn't work, i get this error see the attachment for the code :( :

Invalid command: ${If}
Error in macro CheckDotNET on macroline 13
Error in script "C:\Program Files\NSIS\Examples\WinRIS\WinRIS.nsi" on line 58 -- aborting creation process


!include LogicLib.nsh


Tnxs, it works! :)