Setup--- This will parse the manifest, identify the install files, and download the files to the specified folder.
- Create a folder on your C:\ drive.
- Copy your Winget manifest files to that folder. (Manifests can be downloaded from https:\aka.ms\winget, manifests folder).
- Run the Powershell script " .\Wingetdownload.ps1 '{c:\ folder path}' "
Install---
To install the Winget package locally without downloading files from the internet or touching a Winget install source.
(if your PC is not connected to the internet, or using a software distribution program like Microsoft Configuration Manager
- Copy the folder created in the Setup steps above to the C:\ drive
- Run the Powershell script " .\WingetRun.ps1 '{c:\ folder path}' "