Skip to content

Instantly share code, notes, and snippets.

@saulpanders
Created January 3, 2022 04:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saulpanders/00e1177602a8c01a3a8bfa932b3886b0 to your computer and use it in GitHub Desktop.
Save saulpanders/00e1177602a8c01a3a8bfa932b3886b0 to your computer and use it in GitHub Desktop.
Sample manifest file to use with winget.exe to download and execute a remote file.
PackageIdentifier: TestInstall
PackageVersion: 1.0.0
PackageLocale: en-US
Publisher: Acme
PackageName: Test
License: MIT
ShortDescription: WinGet test
Installers:
- Architecture: x64
InstallerType: exe
InstallerUrl: http://<remote_server_ip>/test.exe
InstallerSha256: F831FF6D2866D614E6D85EB8D1D4BFBC9BD41A7797F8E4862953A43F0623525E
ManifestType: singleton
ManifestVersion: 1.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment