NSISdl macro system: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
m (Wikipedia python library)
 
No edit summary
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{PageAuthor|Afrow UK}}
== Links ==
== Links ==
http://forums.winamp.com/images/newfolder.gif [http://myweb.tiscali.co.uk/imker/afrowuk/stuff/NSISdl.nsh NSISdl.nsh]
http://forums.winamp.com/images/newfolder.gif [http://myweb.tiscali.co.uk/imker/afrowuk/stuff/NSISdl.nsh NSISdl.nsh]
Line 17: Line 19:


'''Open NSISdl.nsh for full usage information.'''
'''Open NSISdl.nsh for full usage information.'''
== Notes ==
Not to be confused with [[Builtin_NSISdl_plug-in|Builtin NSISdl plug-in]]


== Credits ==
== Credits ==
Line 23: Line 28:
-Stu (Afrow UK)
-Stu (Afrow UK)


Page author: Afrow UK
[[Category:Headers]]

Latest revision as of 10:58, 1 November 2006

Author: Afrow UK (talk, contrib)


Links

newfolder.gif NSISdl.nsh

Description

The NSISdl macro system allows you to download files from multiple URL's; so if one URL is broken, the next one is used and so on. There are also macros for full success, cancel, and error message boxes, and also for jump-to support (if successful, jump to [label], if an error jump to...)

Last Updated

August 19th, 2003 9:10pm GMT.

How To Use

Simply place NSISdl.nsh in the NSIS Include directory, and then include the macro system into your NSIS script using:

!include "NSISdl.nsh"

Open NSISdl.nsh for full usage information.

Notes

Not to be confused with Builtin NSISdl plug-in

Credits

Macro's written by Afrow UK

-Stu (Afrow UK)