Winget: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
(Created page with "== Description == The [https://learn.microsoft.com/en-us/windows/package-manager/ Windows Package Manager] (also known as winget) is a free and open-source package manager designed by Microsoft for '''Windows 10''' and '''Windows 11'''. It consists of a command-line utility and a set of services for installing applications. '''It's the only package manager officially supported by the makers of NSIS.''' === Usage === <code>winget install -e --id NSIS.NSIS</code> === R...")
 
 
Line 1: Line 1:
== Description ==
== Description ==


The [https://learn.microsoft.com/en-us/windows/package-manager/ Windows Package Manager] (also known as winget) is a free and open-source package manager designed by Microsoft for '''Windows 10''' and '''Windows 11'''. It consists of a command-line utility and a set of services for installing applications. '''It's the only package manager officially supported by the makers of NSIS.'''
The [https://learn.microsoft.com/en-us/windows/package-manager/ Windows Package Manager] (also known as winget) is a free and open-source package manager designed by Microsoft for '''Windows 10''' and '''Windows 11'''. It consists of a command-line utility and a set of services for installing applications.
 
=== Usage ===
=== Usage ===



Latest revision as of 07:57, 16 May 2026

Description

The Windows Package Manager (also known as winget) is a free and open-source package manager designed by Microsoft for Windows 10 and Windows 11. It consists of a command-line utility and a set of services for installing applications.

Usage

winget install -e --id NSIS.NSIS

Related Links