- Build with Visual Studio 2022 On Windows 10 x64
- Added support for auto loading dependent assemblies
- Build with Visual Studio 2019 Professional On Windows 10 x64
- Moved to .NET 4.x, there are no Microsoft supported Window versions that cannot support .NET 4.x any longer
- Added reference to System.Web.Services to allow for interfacing with DLLs that support
- Build with Visual Studio 2005 SP1 Professional On Windows 7 SP1 x86
- Solve a problem that does not work on some windows (Change compile settings and use from lower .net framework (net 2.0))
- Fix bug memory overflow
- If you need to call CLR::Call more than once now this is possible (without hang)
- Removed CLR::Destroy
- Initial version on GitHub.
A NSIS plugin to Load CLR assemblies (.NET Framework) and run methods on classes
Currently in an early stage of development, but will be a very active project.
You can also check out the original source
Place Plugins/Ansi/CLR.dll in your NSIS's installed location's Plug-in Folder: %PROGRAMFILES(x86)%\NSIS\Plugins\x86-ansi" Next use like "Example/Example Script.nsi" states.