winget-cli

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

UpdateFlowTest_ExeDependencies.yaml (954B)


      1 # Same content with Installer_Exe_Dependencies but with higher version
      2 # yaml-language-server: $schema=https://aka.ms/winget-manifest.singleton.1.0.0.schema.json
      3 
      4 PackageIdentifier: AppInstallerCliTest.TestExeInstaller.Dependencies
      5 PackageVersion: 2.0.0.0
      6 PackageName: AppInstaller Test Installer
      7 PackageLocale: en-US
      8 Publisher: Microsoft Corporation
      9 ShortDescription: Upgrade exe installer with dependencies
     10 Moniker: AICLITestExe
     11 License: Test
     12 InstallerSwitches:
     13   Custom: /custom
     14   SilentWithProgress: /silentwithprogress
     15   Silent: /silence
     16   Upgrade: /upgrade
     17 Installers:
     18     - Architecture: x64
     19       InstallerUrl: https://ThisIsNotUsed
     20       InstallerType: exe
     21       InstallerSha256: 65DB2F2AC2686C7F2FD69D4A4C6683B888DC55BFA20A0E32CA9F838B51689A3B
     22       Dependencies:
     23         WindowsFeatures:
     24           - PreviewIIS
     25         WindowsLibraries:
     26           - Preview VC Runtime
     27 ManifestType: singleton
     28 ManifestVersion: 1.0.0