TestPortableInstallerUninstallPrevious.yaml (616B)
1 # yaml-language-server: $schema=https://aka.ms/winget-manifest.singleton.1.2.0.schema.json 2 3 PackageIdentifier: AppInstallerTest.TestPortableExe 4 PackageVersion: 1.1.0.0 5 PackageName: TestPortableExe 6 PackageLocale: en-US 7 Publisher: AppInstallerTest 8 License: Test 9 ShortDescription: E2E test for portable install. 10 Installers: 11 - Architecture: x64 12 InstallerUrl: https://localhost:5001/TestKit/AppInstallerTestExeInstaller/AppInstallerTestExeInstaller.exe 13 InstallerType: portable 14 InstallerSha256: <EXEHASH> 15 UpgradeBehavior: uninstallPrevious 16 ManifestType: singleton 17 ManifestVersion: 1.2.0