We need a basic template to aid new NSIS coders.
I'll admit that I'm not that skilled of a programmer, I've looked over the NSIS docs tons of times but I can't quite get the hang of it.
I simply want to make an installer for my program, but I can't quite figure it all out, if someone could post a basic template that goes as follows, I'm sure it would help out a lot of us new users.
Installer:
[Program Info (Name, licence, author, etc)]
[Install Directory]
[Files to Install]
[Start Menu Integration]
[DLL files (UpdateDLL macro example) or files to install after a reboot]
[Uninstaller]
I'm sure I'm forgetting a few details, but if someone could make a template that would allow us newbies to simply input the options we want, we could learn a lot from it.
Thanks.