DotNet plug-in: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
{{PageAuthor|adamsmith}}
{{PageAuthor|adamsmith}}


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


== Description ==
== 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.
.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.


[[Category:Plugins]]
[[Category:Plugins]]

Revision as of 13:31, 7 July 2011

Author: adamsmith (talk, contrib)


README and source/binary

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.