NSISdl macro system: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
m (Wikipedia python library)
 
m (Updated author and download links, and changed format of some pages.)
Line 23: Line 23:
-Stu (Afrow UK)
-Stu (Afrow UK)


Page author: Afrow UK
Page author: [[User:Afrow UK|Afrow UK]]

Revision as of 12:39, 23 April 2005

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.

Credits

Macro's written by Afrow UK

-Stu (Afrow UK)

Page author: Afrow UK