Archive: Launcher in NSIS?


Launcher in NSIS?
Hello, I am trying to make a launcher for a file I have. So far, I have the splash screen, but I am having some trouble with the FileOpen function??



Any Help??

(File available.)


FileOpen is for editing files, not for executing them. Use Exec. Also, you may need to have an instfiles page in order to have a section executed?

Anyway, better to move all your .onInit stuff into the section as well. It decreases installer size.