Manifest-Good-InstallerTypeZip-PortableExe.yaml (794B)
1 # Bad manifest. Installer type zip with NestedInstallerType portable should only allow .exe files 2 # yaml-language-server: $schema=https://aka.ms/winget-manifest.singleton.1.9.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 without nestedInstallers specified 12 Installers: 13 - Architecture: x64 14 InstallerUrl: https://ThisIsNotUsed 15 InstallerType: zip 16 NestedInstallerType: portable 17 InstallerSha256: 65DB2F2AC2686C7F2FD69D4A4C6683B888DC55BFA20A0E32CA9F838B51689A3B 18 NestedInstallerFiles: 19 - RelativeFilePath: GoodApplication.exe 20 ManifestType: singleton 21 ManifestVersion: 1.9.0