winget-cli

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

TestExampleInstaller.yaml (579B)


      1 Id: AppInstallerTest.TestExampleInstaller
      2 Name: TestExampleInstaller
      3 Version: 1.2.3.4
      4 Publisher: AppInstallerTest
      5 License: Test
      6 Installers:
      7   - Arch: x86
      8     Url: https://localhost:5001/TestKit/AppInstallerTestExeInstaller/AppInstallerTestExeInstaller.exe
      9     Sha256: <EXEHASH>
     10     InstallerType: exe
     11     Switches:
     12       Custom: /execustom
     13       SilentWithProgress: /exeswp
     14       Silent: /exesilent
     15       Interactive: /exeinteractive
     16       Language: /exeenus
     17       Log: /exelog <LOGPATH>
     18       InstallLocation: /InstallDir <INSTALLPATH>
     19 ManifestVersion: 0.1.0