Hello!
I'm new here and the NSIS seams to be very interesting.
But it's not easy for me to understand it in english :-|
I will create an installer for me with some game-mods inside.
At the beginning the user can chose what to install.
Is this possible??
Where must I place the files and Folders?
Thanks in advance!
Setup for Game-Mods
5 posts
Have a look at the example scripts under Examples\Modern UI
-Stu
-Stu
Yes I already opened these scripts and tested it.
But how do i create a section with the files who belong to it?
But how do i create a section with the files who belong to it?
Like shown in all the example scripts, you use Sections.
-Stu
-Stu
Section "blabla"
File <....>
SectionEnd
File <....>
SectionEnd