winget-cli

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

TestExeInstaller_CatalogPackageMetadata.yaml (1909B)


      1 # Manifest for verifying the output of the CatalogPackageMetadata COM object.
      2 # yaml-language-server: $schema=https://aka.ms/winget-manifest.singleton.1.5.0.schema.json
      3 
      4 PackageIdentifier: AppInstallerTest.CatalogPackageMetadata
      5 PackageVersion: 1.0.0.0
      6 PackageName: TestCatalogPackageMetadata
      7 PackageLocale: en-US
      8 Publisher: AppInstallerTest
      9 License: testLicense
     10 ShortDescription: testShortDescription
     11 Installers:
     12   - Architecture: x64
     13     InstallerUrl: https://localhost:5001/TestKit/AppInstallerTestExeInstaller/AppInstallerTestExeInstaller.exe
     14     InstallerType: exe
     15     InstallerSha256: <EXEHASH>
     16     InstallerSwitches:
     17       Custom: /execustom
     18       SilentWithProgress: /exeswp
     19       Silent: /exesilent
     20       Interactive: /exeinteractive
     21       Language: /exeenus
     22       Log: /LogFile <LOGPATH>
     23       InstallLocation: /InstallDir <INSTALLPATH>
     24 Agreements:
     25   - AgreementLabel: testAgreementLabel
     26     Agreement: testAgreementText
     27     AgreementUrl: https://testAgreementUrl.net
     28 PublisherUrl: https://testPublisherUrl.com
     29 PublisherSupportUrl: https://testPublisherSupportUrl.com
     30 PrivacyUrl: https://testPrivacyUrl.com
     31 Author: testAuthor
     32 PackageUrl: https://testPackageUrl.com
     33 LicenseUrl: https://testLicenseUrl.com
     34 Copyright: testCopyright
     35 CopyrightUrl: https://testCopyrightUrl.com
     36 Description: testDescription
     37 Moniker: testMoniker
     38 PurchaseUrl: https://testPurchaseUrl.com
     39 Tags:
     40   - "tag1"
     41   - "tag2"
     42 ReleaseNotes: testReleaseNotes
     43 ReleaseNotesUrl: https://testReleaseNotes.net
     44 InstallationNotes: testInstallationNotes
     45 Documentations:
     46   - DocumentLabel: testDocumentLabel
     47     DocumentUrl: https://testDocumentUrl.com
     48 Icons:
     49   - IconUrl: https://testIcon
     50     IconFileType: ico
     51     IconResolution: custom
     52     IconTheme: default
     53     IconSha256: 69D84CA8899800A5575CE31798293CD4FEBAB1D734A07C2E51E56A28E0DF8123
     54 ManifestType: singleton
     55 ManifestVersion: 1.5.0