KlaasT
3rd September 2006 12:08 UTC
Webinstaller Tutorial
Hi,
I'm new to NSIS. I just created a normal Setup file for a small programm. I wanted to ask you if there is a good tutorial on how to create a websetup with NSIS. I want to create a setup which has the basic files included and some optional files can be downloaded from a http server.
Thanks.
Afrow UK
3rd September 2006 12:12 UTC
Use the InetLoad plugin (from the Wiki) or the NSISdl plugin (bundled with NSIS) to download files from the internet.
-Stu
KlaasT
3rd September 2006 12:29 UTC
Is there a big difference between these two? Is one more stable or does one have more features?
kichik
8th September 2006 16:06 UTC
NSISdl should work wherever there are sockets and InetLoad should work wherever there's Internet Explorer. InetLoad has better proxy support because it uses Internet Explorer's API directly.
KlaasT
8th September 2006 17:34 UTC
I created a setup application using InetLoad. It works. Thanks for your help :)