The INetC (Internet client) plug-in is a NSIS plugin downloading and uploading files. It is based on the
InetLoad plug-in. The network implementation uses MS WinInet API
, and supports the HTTP
, HTTPS
and FTP
protocols.
NSIS (Nullsoft Scriptable Install System) is a professional open source system to create Windows installers. It is designed to be as small and flexible as possible and is therefore very suitable for internet distribution.
This is a modified version of 1.0.5.2
. Since I couldn't find a source repository, I've created a Git repository and
committed the downloaded source files. These changes would otherwise have been submitted as a pull request or patch.
As I couldn't find a specific license for INetC plug-in I understand it as if it is licensed with the zLib License
as stated in the NSIS license.
The changes in this version is that a fourth download dialog has been created (/MODERNPOPUP
). I found the
existing /POPUP
dialog to be visually outdated and with a strange organization of the download information.
No functionality related to the download itself has been changed.
Nadahar