winget-cli

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

TestInstalledStatus.yaml (1040B)


      1 # yaml-language-server: $schema=https://aka.ms/winget-manifest.singleton.1.4.0.schema.json
      2 
      3 PackageIdentifier: AppInstallerTest.TestCheckInstalledStatus
      4 PackageVersion: '1.0'
      5 PackageName: TestCheckInstalledStatus
      6 PackageLocale: en-US
      7 Publisher: Microsoft
      8 License: Test
      9 ShortDescription: E2E test for check installed status test.
     10 Installers:
     11   - Architecture: neutral
     12     InstallerUrl: https://localhost:5001/TestKit/AppInstallerTestExeInstaller/AppInstallerTestExeInstaller.exe
     13     InstallerType: exe
     14     InstallerSha256: <EXEHASH>
     15     ProductCode: CheckInstalledStatusProductId
     16     InstallationMetadata:
     17       DefaultInstallLocation: "%TEMP%\\TestInstalledStatus"
     18       Files:
     19       - RelativeFilePath: "data.txt"
     20         # Hash value is for a txt file with "Test" as content in utf8
     21         FileSha256: 532eaabd9574880dbf76b9b8cc00832c20a6ec113d682299550d7a6e0f345e25
     22         FileType: other
     23       - RelativeFilePath: "TestExeInstalled.txt"
     24         FileType: other
     25 ManifestType: singleton
     26 ManifestVersion: 1.4.0