Original project's website: https://nsis.sourceforge.io/Main_Page
Original project's GitHub page: https://github.com/kichik/nsis
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!
- 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
)