winget-cli

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

InstallFlowTest_NonZeroExitCode.yaml (769B)


      1 # yaml-language-server: $schema=https://aka.ms/winget-manifest.singleton.1.0.0.schema.json
      2 
      3 PackageIdentifier: AppInstallerCliTest.TestInstaller
      4 PackageVersion: 1.0.0.0
      5 PackageLocale: en-US
      6 PackageName: AppInstaller Test Installer
      7 Publisher: Microsoft Corporation
      8 Moniker: AICLITestExe
      9 License: Test
     10 ShortDescription: AppInstaller Test Installer
     11 InstallerSwitches:
     12   Custom: /ExitCode 0x80070005
     13   SilentWithProgress: /silentwithprogress
     14   Silent: /silence
     15 Installers:
     16     - Architecture: x86
     17       InstallerUrl: https://ThisIsNotUsed
     18       InstallerType: exe
     19       InstallerSha256: 65DB2F2AC2686C7F2FD69D4A4C6683B888DC55BFA20A0E32CA9F838B51689A3B
     20       InstallerSuccessCodes:
     21         - -2147024891
     22 ManifestType: singleton
     23 ManifestVersion: 1.0.0