Skip to content

negrutiu/nsis

 
 

Repository files navigation

Unofficial "Nullsoft Scriptable Install System" (NSIS) builds

Original project's website: https://nsis.sourceforge.io/Main_Page
Original project's GitHub page: https://github.com/kichik/nsis

License: zlib/libpng Latest Release Downloads GitHub issues

This project was started mainly to offer you early access to the NSIS 64-bit features.
I've also included a bunch of extra plugins for you to play with... Enjoy!

Features:

  • Native x86 and amd64 NSIS compilers
  • Can produce native x86 and amd64 installers, compatible with all Windows versions (NT4+)
  • Extra builtin plugins:
    • NScurl - Plugin with advanced HTTP/S capabilities. Useful for file transfers, REST API calls, etc.
    • NSxfer - Plugin with advanced HTTP/S capabilities. (Consider switching to NScurl)
    • NSutils - Plugin with multiple goodies packed in one basket
    • ExecDos - Extended support for launching child processes
    • TaskbarProgress - Display progress in Windows' taskbar
    • ShellLink - Complex operations with shortcuts (*.lnk)
  • Two new extra-large UI themes ModernXL and ModernXXL
  • Advanced logging enabled (NSIS_CONFIG_LOG)
  • Large strings (NSIS_MAX_STRLEN=4096)

Packages

No packages published

Languages

  • C++ 40.6%
  • NSIS 33.2%
  • C 21.1%
  • Python 2.8%
  • HTML 0.9%
  • Assembly 0.8%
  • Other 0.6%