NSIS-Package 3.11.0.2

dotnet add package NSIS-Package --version 3.11.0.2
                    
NuGet\Install-Package NSIS-Package -Version 3.11.0.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NSIS-Package" Version="3.11.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NSIS-Package" Version="3.11.0.2" />
                    
Directory.Packages.props
<PackageReference Include="NSIS-Package" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NSIS-Package --version 3.11.0.2
                    
#r "nuget: NSIS-Package, 3.11.0.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=NSIS-Package&version=3.11.0.2
                    
Install NSIS-Package as a Cake Addin
#tool nuget:?package=NSIS-Package&version=3.11.0.2
                    
Install NSIS-Package as a Cake Tool

What is NSIS

NSIS is a powerful open-source tool for creating installers.

Designed to be as small and flexible as possible and is therefore very suitable for internet distribution.

Being a user's first experience with your product, a stable and reliable installer is an important component of succesful software. With NSIS you can create such installers that are capable of doing everything that is needed to setup your software.

NSIS is script-based and allows you to create the logic to handle even the most complex installation tasks. Many plug-ins and scripts are already available: you can create web installers, communicate with Windows and other software components, install or update shared components and more.

Why this Nuget package

We needed NSIS in the form of a Nuget package (to use with the Cake build system). Unfortunately, NSIS maintainer (Nullsoft) does not distribute it as a Nuget package. Someone named codedemon used to package NSIS and make it available in Nuget, but that package has not been updated since NSIS2 time. So we created our own package and made it available to anyone who wants to consume NSIS as a Nuget package.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.11.0.2 172 3/28/2025
3.0.9.1 1,377 12/5/2023
3.0.8.1 1,457 1/27/2023
3.0.6.1 1,160 4/24/2021
3.0.5.1 1,239 6/24/2020