winget-cli

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

Manifest-Bad-InstallerTypeZip-MultipleNestedInstallers.yaml (967B)


      1 # Bad manifest. Installer type zip should have exactly one NestedInstaller specified.
      2 # yaml-language-server: $schema=https://aka.ms/winget-manifest.singleton.1.4.0.schema.json
      3 
      4 PackageIdentifier: microsoft.msixsdk
      5 PackageVersion: 1.0.0.0
      6 PackageLocale: en-US
      7 PackageName: AppInstaller Test Installer
      8 Publisher: Microsoft Corporation
      9 Moniker: AICLITestExe
     10 License: Test
     11 ShortDescription: Test installer for zip with too many nestedInstallers specified.
     12 Scope: user
     13 Installers:
     14   - Architecture: x64
     15     InstallerUrl: https://ThisIsNotUsed
     16     InstallerType: zip
     17     InstallerSha256: 65DB2F2AC2686C7F2FD69D4A4C6683B888DC55BFA20A0E32CA9F838B51689A3B
     18     NestedInstallerType: msi
     19     NestedInstallerFiles:
     20       - RelativeFilePath: relativeFilePath1
     21         PortableCommandAlias: portableCommandAlias1
     22       - RelativeFilePath: relativeFilePath2
     23         PortableCommandAlias: portableCommandAlias2
     24 ManifestType: singleton
     25 ManifestVersion: 1.4.0