DotNetChecker plug-in: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
(2 intermediate revisions by 2 users not shown) | |||
Line 7: | Line 7: | ||
.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. | .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. | ||
Works with 1.0/1.1/2.0/3.0/3.5/4.0 Full/4.0 Client Frameworks. | Works with 1.0/1.1/2.0/3.0/3.5/4.0 Full/4.0 Client, 4.5 and 4.5.1 Frameworks. | ||
== Unicode version == | == Unicode version == | ||
Added Unicode support and .NET Framework 4.5 support (for Unicode version only) | Added [http://www.scratchpaper.com NSIS Unicode] support and .NET Framework 4.5 support (for Unicode version only) | ||
* <attach>NSISDotNetChecker-Unicode.zip</attach> - Last Update: 2013-04-14 | * <attach>NSISDotNetChecker-Unicode.zip</attach> - Last Update: 2013-04-14 | ||
[[Category:Plugins]] | [[Category:Plugins]] | ||
== Get the Latest Version == | |||
Get the latest version with .Net 4.5 and 4.5.1 support from the project GitHub page. | |||
https://github.com/ProjectHuman/NsisDotNetChecker |
Latest revision as of 01:42, 7 October 2014
Author: ProjectHuman (talk, contrib) |
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.
Works with 1.0/1.1/2.0/3.0/3.5/4.0 Full/4.0 Client, 4.5 and 4.5.1 Frameworks.
Unicode version
Added NSIS Unicode support and .NET Framework 4.5 support (for Unicode version only)
- NSISDotNetChecker-Unicode.zip (54 KB) - Last Update: 2013-04-14
Get the Latest Version
Get the latest version with .Net 4.5 and 4.5.1 support from the project GitHub page.