I'm trying to create a NSIS installer for a plugin I'm working with, but I want it to be as "hands free" as possible. Specifically, I do not want the "click here to close" at the end of the installer; instead, I want the license to come up and when they click "agree" it installs and closes.
I can do this with a silent install, except that the license page doesn't show up either; Is there a way to make the install be silent except for the license page?