Thanks to visit codestin.com
Credit goes to github.com

Skip to content

negrutiu/nsis

 
 

Repository files navigation

Unofficial "Nullsoft Scriptable Install System" (NSIS) fork

Original project's website: https://nsis.sourceforge.io
Original project's GitHub page: https://github.com/NSIS-Dev/nsis

License: zlib/libpng Latest Release Downloads Static Badge

This project was started mainly to provide early access to the NSIS 64-bit features.
It also comes with a few extra plugins and features that you might find useful.

Features:

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

Tip

  • A GitHub Action is available to install/upgrade NSIS compiler on Windows runners
  • A GitHub Action is available to install/upgrade NSIS plugins on Windows, Linux or macOS runners

About

Unofficial NSIS (Nullsoft Scriptable Install System) builds

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 40.4%
  • NSIS 32.9%
  • C 20.9%
  • Python 3.8%
  • HTML 0.9%
  • Assembly 0.8%
  • Other 0.3%