InetBgDL plug-in: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
(Created page with "Category:Plugins {{PageAuthor|Anders}} == Plug-in Info == * '''Version:''' 20110922 * '''Type:''' Runtime plugin * '''Character encoding:''' Ansi & Unicode * '''Minimum OS:'...") |
mNo edit summary |
||
Line 4: | Line 4: | ||
== Plug-in Info == | == Plug-in Info == | ||
* '''Version:''' 20110922 | * '''Version:''' 20110922 | ||
* '''Type:''' Runtime plugin | * '''Type:''' Runtime plugin (Ansi & Unicode) | ||
* '''Minimum OS:''' Win95/NT4 (With IE3+) | * '''Minimum OS:''' Win95/NT4 (With IE3+) | ||
* '''Minimum NSIS | * '''Minimum NSIS version:''' 2.45 | ||
* '''License:''' zlib | * '''License:''' zlib | ||
* '''Download:''' <attach>InetBgDL.zip</attach> | * '''Download:''' <attach>InetBgDL.zip</attach> |
Revision as of 20:53, 22 September 2011
Author: Anders (talk, contrib) |
Plug-in Info
- Version: 20110922
- Type: Runtime plugin (Ansi & Unicode)
- Minimum OS: Win95/NT4 (With IE3+)
- Minimum NSIS version: 2.45
- License: zlib
- Download: InetBgDL.zip (9 KB)
Description
This plug-in will download files using WinINet on a background thread, it never displays any kind of UI.
Note: This plug-in was created for the new Mozilla Firefox installer which has a custom UI, INetC is probably a better choice for most normal installers.
Credits
Written by Anders (For fun and profit?)