Skip to content
⌘ NSIS Forum Archive

Custom installation

3 posts

dirkdeftly#

Custom installation

Hullo all...I've been using Jheriko's NSIS2 script for my installer (cos I'm a lazy bitch, really), but I can't figure out how to create custom installation selections. I've read the FAQ and searched the forum, but I can't find anything. Any help?

Here's the installer script:

(edited out by kichik. attached below 👎 please attach long scripts.)

<edit> Specifically I want to be able to click on the seperate sections to change the installation 😉 </edit>
kichik#
To have the components page show more than one component you have to create more than one section (See http://nsis.sourceforge.net/Docs/Chapter3.html#3.6.3 for more information about sections [also available with your NSIS installation]).
dirkdeftly#
That documentation is horribly confusing, but I think I've got it. Thanx 🙂

(sorry 'bout the script 😉 )