Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rc-chuah/nsisdependencyinstaller
Nullsoft Scriptable Install System (NSIS) Dependency Installer Can Download And Install Any Dependency Such As .NET, Visual C++ Or SQL Server During Your Application's Installation.
https://github.com/rc-chuah/nsisdependencyinstaller
3rd-party-installers dependency installer installer-script nsh nsi nsis nsis-installer nullsoft nullsoft-install-system nullsoft-installer nullsoft-scriptable-install-system
Last synced: 9 days ago
JSON representation
Nullsoft Scriptable Install System (NSIS) Dependency Installer Can Download And Install Any Dependency Such As .NET, Visual C++ Or SQL Server During Your Application's Installation.
- Host: GitHub
- URL: https://github.com/rc-chuah/nsisdependencyinstaller
- Owner: rc-chuah
- License: upl-1.0
- Created: 2025-01-27T11:36:03.000Z (24 days ago)
- Default Branch: main
- Last Pushed: 2025-02-11T15:16:22.000Z (9 days ago)
- Last Synced: 2025-02-11T15:41:32.086Z (9 days ago)
- Topics: 3rd-party-installers, dependency, installer, installer-script, nsh, nsi, nsis, nsis-installer, nullsoft, nullsoft-install-system, nullsoft-installer, nullsoft-scriptable-install-system
- Language: NSIS
- Homepage: https://rc-chuah.github.io/NSISDependencyInstaller
- Size: 240 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NSIS Dependency Installer
**Nullsoft Scriptable Install System (NSIS) Dependency Installer** Can Download And Install Any Dependency Such As .NET, Visual C++ Or SQL Server During Your Application's Installation. In Addition, It Is Easy To Add Your Own Dependencies As Well.
## Installation And Usage
1. Download And Install [NSIS 3.10+](https://nsis.sourceforge.io/Main_Page).
2. Download [This Repository](https://github.com/rc-chuah/NSISDependencyInstaller/archive/main.zip) Or Clone It.
4. More Infomation (Coming Soon).## Integration (Coming Soon)
## Details (Coming Soon)
## Dependencies (Coming Soon)
* .NET
* .NET Framework 3.5 Service Pack 1
* .NET Framework 4.0
* .NET Framework 4.5.2
* .NET Framework 4.6.2
* .NET Framework 4.7.2
* .NET Framework 4.8
* .NET Framework 4.8.1
* .NET Core 3.1 (Runtime, ASP.NET, Desktop)
* .NET 5.0 (Runtime, ASP.NET, Desktop)
* .NET 6.0 (Runtime, ASP.NET, Desktop)
* .NET 7.0 (Runtime, ASP.NET, Desktop)
* .NET 8.0 (Runtime, ASP.NET, Desktop)
* .NET 9.0 (Runtime, ASP.NET, Desktop)
* C++
* Visual C++ 2005 Service Pack 1 Redistributable
* Visual C++ 2008 Service Pack 1 Redistributable
* Visual C++ 2010 Service Pack 1 Redistributable
* Visual C++ 2012 Update 4 Redistributable
* Visual C++ 2013 Update 5 Redistributable
* Visual C++ 2015-2022 Redistributable
* SQL
* SQL Server 2008 R2 Service Pack 2 Express
* SQL Server 2012 Service Pack 4 Express
* SQL Server 2014 Service Pack 3 Express
* SQL Server 2016 Service Pack 3 Express
* SQL Server 2017 Express
* SQL Server 2019 Express
* SQL Server 2022 Express
* Access
* Access Database Engine 2010
* Access Database Engine 2016
* DirectX End-User Runtime
* WebView2 Runtime## Credits
Thanks To The Community For Sharing Many Fixes And Improvements. To Contribute Please [Create A Pull Request](https://github.com/rc-chuah/NSISDependencyInstaller/pulls).
## License
[The Universal Permissive License (UPL) 1.0](https://github.com/rc-chuah/NSISDependencyInstaller/blob/main/LICENSE.md)