winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 01ad798c7f0c43db7b41addca6eef560fb1b3ba0
parent 4b613b3057df01b8225ff50a73af971fa27d02b5
Author: Ahnaf Mahmud <44692189+infinitepower18@users.noreply.github.com>
Date:   Sun,  9 Oct 2022 20:54:35 +0100

Add zip installation to experimental features (#2584)


Diffstat:
Mdoc/Settings.md | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/doc/Settings.md b/doc/Settings.md @@ -220,6 +220,17 @@ The `experimentalFeatures` settings involve the configuration of these "experime }, ``` +### zipInstall + +This feature enables the Windows Package Manager to install from a zip file. +You can enable the feature as shown below. + +```json + "experimentalFeatures": { + "zipInstall": true + }, +``` + ### directMSI This feature enables the Windows Package Manager to directly install MSI packages with the MSI APIs rather than through msiexec.