TestZipInstaller_Msi.yaml (772B)
1 # yaml-language-server: $schema=https://aka.ms/winget-manifest.singleton.1.4.0.schema.json 2 3 PackageIdentifier: AppInstallerTest.TestZipInstallerWithMsi 4 PackageVersion: 1.0.0.0 5 PackageName: TestZipInstallerWithMsi 6 PackageLocale: en-US 7 Publisher: AppInstallerTest 8 License: Test 9 ShortDescription: E2E test for installing a zip with msi. 10 Installers: 11 - Architecture: x64 12 InstallerUrl: https://localhost:5001/TestKit/AppInstallerTestZipInstaller/AppInstallerTestZipInstaller.zip 13 InstallerType: zip 14 ProductCode: '{A5D36CF1-1993-4F63-BFB4-3ACD910D36A1}' 15 InstallerSha256: <ZIPHASH> 16 NestedInstallerType: msi 17 NestedInstallerFiles: 18 - RelativeFilePath: AppInstallerTestMsiInstaller.msi 19 ManifestType: singleton 20 ManifestVersion: 1.4.0