Archive: Using forms in an NSIS installer


Using forms in an NSIS installer
Hi,

I just built a form with the NSIS Form Designer but cannot seem to get it into my installer. I exported it as a .nsf file but cannot seem to call it in my .nsi script. The form designer seems to be a great piece of software but there is little documentation for it. I also cannot seem to find any documentation related to creating a custom form in NSIS. And yes I am new to NSIS.

If you have any ideas that'd be great.
Thanks,
Will


For customs form you need to create an installoptions page.

If you finished your dialog in NSIS Form Designer switch to the declarations page. You have to copy its content into a .ini file.

See the docs for infos regarding calling and validating an installoptions page.


nsis script
1.how to call function in side section;
2.how to do function inside call un.remove service
3.running service means system service how to stop
can please give me some small ex hint..
using nsis script


1. Use the Call command.
2. No idea what un.removeService is. Again, use the Call command to call a function.
3. There's a plugin for stopping services. Try google.