Archive: Nsis Noob Needs Help :-)


Nsis Noob Needs Help :-)
Could you go to: http://pastebin.com/491064

Have a quick look at the code please.

My script (Attempts to) check to see if .NET is installed, and If it isnt, it downloads the latest version of .NET (2.00), once downloaded it executes the installer and waits for install to finish.

on line #30, I have a !execute statement which executes the EXE. Trouble is, NSIS ignores the statement like its not there!

If you want to try the script out, you need the InetLoad plugin installed: http://nsis.sourceforge.net/mediawik...4/InetLoad.zip


Thank you all for your time!


!execute is a compile-time command. Try Exec or ExecWait.