InetBgDL plug-in: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
mNo edit summary
(Undo revision 24283 by RRUZ (talk))
 
(4 intermediate revisions by 3 users not shown)
Line 3: Line 3:


== Plug-in Info ==
== Plug-in Info ==
* '''Version:''' 20110922
* '''Version:''' 20130324
* '''Type:''' Runtime plugin (Ansi & Unicode)
* '''Type:''' Runtime plugin (Ansi & Unicode)
* '''Minimum OS:''' Win95/NT4 (With IE3+)
* '''Minimum OS:''' Win95/NT4 (With IE3+)
Line 14: Line 14:
This plug-in will download files using WinINet on a background thread, it never displays any kind of UI.
This plug-in will download files using WinINet on a background thread, it never displays any kind of UI.


<div style="background-color:#FFFFCC;color:black;border:0.1em solid #ccccaa;padding:0.3em;">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.</div>
<div style="background-color:#FFFFCC;color:black;border:0.1em solid #ccccaa;padding:0.3em;">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. See also: [http://github.com/mozilla/releases-mozilla-aurora/tree/master/other-licenses/nsis/Contrib/InetBgDL Mozilla fork]</div>


== Credits ==
== Credits ==
Written by Anders (For fun and profit?)
Written by Anders (For fun and profit?)

Latest revision as of 17:40, 9 August 2014

Author: Anders (talk, contrib)


Plug-in Info

  • Version: 20130324
  • 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. See also: Mozilla fork

Credits

Written by Anders (For fun and profit?)