Skip to content
⌘ NSIS Forum Archive

NSIS for NS type Installer

4 posts

SQwerl#

NSIS for NS type Installer

I was wondering if anyone knew if you could make an NSIS installer, that would download and install options that the user selected. Something like the Netscape Installer. Basically trying to make it so that, users would only download the options that they would want. Instead of having to download a large file, and only use a few of the options. I would appreciate it if anyone has done something like this before, with the NSIS installer. 🙂
kichik#
Such a thing is already included in your NSIS. It is called nsisdl.dll. You can read about in <NSIS>\Contrib\NSISdl\ReadMe.txt.

KiCHiK
F. Heidenreich#
You could do this by using the NSISdl extension dll that ships with NSIS. It's located at Contrib/NSISdl. Have a look at Readme.txt for an example.

Hope this helps -
Regards,
~ Florian