|
1 | | -# **Unofficial** "Nullsoft Scriptable Install System" (NSIS) builds |
| 1 | +# **Unofficial** "Nullsoft Scriptable Install System" (NSIS) fork |
2 | 2 |
|
3 | | -Original project's website: https://nsis.sourceforge.io/Main_Page<br> |
4 | | -Original project's GitHub page: https://github.com/kichik/nsis<br> |
| 3 | +Original project's website: https://nsis.sourceforge.io |
| 4 | +Original project's GitHub page: https://github.com/NSIS-Dev/nsis |
5 | 5 |
|
6 | 6 | [](http://nsis.sourceforge.net/License) |
7 | 7 | [](../../releases/latest) |
8 | 8 | [](../../releases/latest) |
9 | 9 | [ |
10 | 10 | ](https://github.com/marketplace/actions/install-nsis-compiler) |
11 | 11 |
|
12 | | -This project was started mainly to offer you early access to the NSIS 64-bit features.<br> |
13 | | -I've also included a bunch of extra plugins for you to play with... Enjoy! |
| 12 | +This project was started mainly to provide early access to the NSIS 64-bit features. |
| 13 | +It also comes with a few extra plugins and features that you might find useful. |
14 | 14 |
|
15 | 15 | ### Features: |
16 | | -* Native **x86** and **amd64** NSIS compilers |
17 | | -* Can produce native **x86** and **amd64** installers, compatible with all Windows versions (NT4+) |
18 | | -* Extra builtin plugins: |
| 16 | +- Native `x86` and `amd64` NSIS compilers |
| 17 | +- Can produce native `x86` and `amd64` installers, compatible with all Windows versions (NT4+) |
| 18 | +- Extra built-in plugins: |
19 | 19 | * [NScurl](https://github.com/negrutiu/nsis-nscurl) - Plugin with advanced HTTP/S capabilities. Useful for file transfers, REST API calls, etc. |
20 | | - * [NSxfer](https://github.com/negrutiu/nsis-nsxfer) - Plugin with advanced HTTP/S capabilities. (Consider switching to NScurl) |
| 20 | + * [NSxfer](https://github.com/negrutiu/nsis-nsxfer) - Plugin with advanced HTTP/S capabilities (superseded by NScurl) |
21 | 21 | * [NSutils](https://github.com/negrutiu/nsis-nsutils) - Plugin with multiple goodies packed in one basket |
22 | | - * [ExecDos](https://github.com/negrutiu/nsis-execdos) - Extended support for launching child processes |
23 | | - * [TaskbarProgress](https://github.com/negrutiu/nsis-taskbarprogress) - Display progress in Windows' taskbar |
24 | | - * [ShellLink](https://github.com/negrutiu/nsis-shelllink) - Complex operations with shortcuts (`*.lnk`) |
25 | | -* Two new extra-large UI themes [ModernXL](https://github.com/negrutiu/nsis/wiki/ModernXL/) and [ModernXXL](https://github.com/negrutiu/nsis/wiki/ModernXL/) |
26 | | -* Advanced logging enabled (`NSIS_CONFIG_LOG`) |
27 | | -* Large strings (`NSIS_MAX_STRLEN=4096`) |
28 | | -* Available [GitHub Action](https://github.com/marketplace/actions/install-nsis-compiler) to install/upgrade NSIS compiler on Windows runners |
29 | | -* Available [GitHub Action](https://github.com/marketplace/actions/install-nsis-plugin) to install/upgrade NSIS plugins on Windows runners |
| 22 | + * [ExecDos](https://github.com/negrutiu/nsis-execdos) - Extended support for running child processes |
| 23 | + * [TaskbarProgress](https://github.com/negrutiu/nsis-taskbarprogress) - Display installation progress in Windows taskbar |
| 24 | + * [ShellLink](https://github.com/negrutiu/nsis-shelllink) - Complex operations with shortcut files (`*.lnk`) |
| 25 | +- Two new extra-large UI themes [ModernXL](https://github.com/negrutiu/nsis/wiki/ModernXL/) and [ModernXXL](https://github.com/negrutiu/nsis/wiki/ModernXL/) |
| 26 | +- Advanced logging enabled (`NSIS_CONFIG_LOG`) |
| 27 | +- Larger strings (`NSIS_MAX_STRLEN=4096`) |
| 28 | + |
| 29 | +> [!TIP] |
| 30 | +> - A [GitHub Action](https://github.com/marketplace/actions/install-nsis-compiler) is available to install/upgrade __NSIS compiler__ on Windows runners |
| 31 | +> - A [GitHub Action](https://github.com/marketplace/actions/install-nsis-plugin) is available to install/upgrade __NSIS plugins__ on Windows runners |
0 commit comments