Skip to content
⌘ NSIS Forum Archive

Installation Type

3 posts

ViperInc#

Installation Type

Hi

Sorry to bother you all, but I just want to know how you define what each install type will install and not install.
i have looked threw the example given, but cant seem to work it out.

thanx

VPR
Guest#
Hi ViperInc,

I hope this will give an idea how to do it. Use SectionIn command to specify what each type will install. SectionIn 1 4 means that this section will be executed when type 1 or 4 has been selected. When type is custom, the user selects sections manually.

Please read the docs and take a look at makensis.nsi (demonstrates a lot of features of NSIS nicely 🙂) if it is still not clear.

Good luck, greetz,
Hendri.