winget-cli

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

TestMsiInstaller.Repair.yaml (607B)


      1 # Uses the MSI installer;
      2 # yaml-language-server: $schema=https://aka.ms/winget-manifest.singleton.1.7.0.schema.json
      3 
      4 PackageIdentifier: AppInstallerTest.TestMsiRepair
      5 PackageVersion: 2.0.0.0
      6 PackageLocale: en-US
      7 PackageName: TestMsiInstallerV2
      8 Publisher: AppInstallerTest
      9 Installers:
     10     - Architecture: x86
     11       InstallerUrl: https://localhost:5001/TestKit/AppInstallerTestMsiInstaller/AppInstallerTestMsiInstallerV2.msi
     12       InstallerType: msi
     13       InstallerSha256: <MSIHASHV2>
     14       ProductCode: '{A5D36CF1-1993-4F63-BFB4-3ACD910D36A1}'
     15 ManifestType: singleton
     16 ManifestVersion: 1.7.0