New in NSIS
I'm new on the NSIS and I need a help. I just want to do a directory page to install and a second page or section, I don't know, were you can choose what is gonna install...
Thanks for the help.! =P
Archive: New in NSIS
New in NSIS
I'm new on the NSIS and I need a help. I just want to do a directory page to install and a second page or section, I don't know, were you can choose what is gonna install...
Thanks for the help.! =P
Add a components page, a directory page and an instfiles page.
To learn NSIS, start with examining NSIS\Examples\Example1.nsi and Example2.nsi. Find out what all commands do, using the command reference: http://nsis.sourceforge.net/Docs/Chapter4.html
Once you know what all the commands in those Examples do, and why, you will be well on your way to understanding NSIS.