Bierrie
15th February 2006 11:14 UTC
.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
Bierrie
15th February 2006 12:16 UTC
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
Takhir
15th February 2006 12:35 UTC
!include LogicLib.nsh
Bierrie
15th February 2006 13:28 UTC
Tnxs, it works! :)