Skip to content

gilad4/nsis-clr

 
 

Repository files navigation

NSIS CLR Loader

Version 1.1.2:

  • Build with Visual Studio 2022 On Windows 10 x64
  • Added support for auto loading dependent assemblies

Version 1.1.1:

  • 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

Version 1.1:

  • 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))

Version 1.0:

  • Fix bug memory overflow
  • If you need to call CLR::Call more than once now this is possible (without hang)
  • Removed CLR::Destroy

Version 0.5:

  • 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

How to use

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.

About

NSIS CLR loader plugin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 70.0%
  • C 27.7%
  • NSIS 2.3%