Jon Rumsey

An online markdown blog and knowledge repository.


Project maintained by nojronatron Hosted on GitHub Pages — Theme by mattgraham

DotNET Developer Tools

Notes taken on many topics related to common .NET Dev Tools including:

...and possibly more.

WinGet

Is a command-line application and package management tool.

Install WinGet:

  1. Windows 10 and 11
  2. Add/update AppInstaller via Microsoft Store

Developer option: Install a preview version of WinGet

Windows Sandbox:

WinGet Preview can be downloaded for Windows Sandbox instead of the release version.

Note: Admin priviledges might be required to install and/or execute, depending on environment, and whether Admin was used to install WinGet in the first place.

Basic Usage

Supported Installers

EXE, ZIP, INNO, NULLSOFT, MSI, WIX, APPX, MSIX, BURN, PORTABLE.

Other Notes

After some quick investigation online, it looks like WinGet can be used to integrate into CI-Cd pipelines. More research will be necessary to discover the what, how, and when details.

WinGet Configuration Overview

Importing configuration files:

Declarative, not imparative:

Importation behavior:

References

Return to ContEd Index

Return to Root README