winget-cli

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

UpdateFlowTest_Zip_Exe.yaml (968B)


      1 # Same content with InstallFlowTest_ZipWithExe.yaml but with higher version
      2 # yaml-language-server: $schema=https://aka.ms/winget-manifest.singleton.1.4.0.schema.json
      3 
      4 PackageIdentifier: AppInstallerCliTest.TestZipInstaller
      5 PackageVersion: 2.0.0.0
      6 PackageLocale: en-US
      7 PackageName: AppInstaller Test Zip Installer
      8 ShortDescription: AppInstaller Test Zip Installer with exe
      9 Publisher: Microsoft Corporation
     10 Moniker: AICLITestZip
     11 License: Test
     12 Installers:
     13     - Architecture: x86
     14       InstallerUrl: https://ThisIsNotUsed
     15       InstallerType: zip
     16       InstallerSha256: 65DB2F2AC2686C7F2FD69D4A4C6683B888DC55BFA20A0E32CA9F838B51689A3B
     17       NestedInstallerType: exe
     18       NestedInstallerFiles:
     19         - RelativeFilePath: relativeFilePath
     20       InstallerSwitches:
     21         Custom: /custom /ver2.0.0.0
     22         SilentWithProgress: /silentwithprogress
     23         Silent: /silence
     24         Update: /update
     25 ManifestType: singleton
     26 ManifestVersion: 1.4.0