DotNet plug-in: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
m (Fixed dead URL)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{PageAuthor|adamsmith}}
{{PageAuthor|adamsmith}}


[https://github.com/ProjectHuman/NsisDotNetChecker README and source/binary]
[https://web.archive.org/web/20120430053051/http://www.xobni.com/opensource/NsisDotNet/README.htm README and download here]


== Description ==
== Description ==


.NET Framework Checker NSIS plugin is used to detect if the required .NET Framwork is installed and if it is not - plugin will download and install the required package. Plugin C++ source code is based on the Aaron Stebner work described at http://blogs.msdn.com/b/astebner/archive/2009/06/16/9763379.aspx.
This plugin for the NSIS installer will invoke the .NET 2.0 Framework installer after it has been downloaded. It will do its best to make the installer run without user input, while giving the user feedback in the form of status bars and so on.


Works with 1.0/1.1/2.0/3.0/3.5/4.0 Full/4.0 Client Frameworks.
[[Category:Plugins]]
[[Category:Plugins]]

Latest revision as of 18:42, 25 August 2021

Author: adamsmith (talk, contrib)


README and download here

Description

This plugin for the NSIS installer will invoke the .NET 2.0 Framework installer after it has been downloaded. It will do its best to make the installer run without user input, while giving the user feedback in the form of status bars and so on.