winget-cli

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

ManifestV1_2-Singleton.yaml (4935B)


      1 # yaml-language-server: $schema=https://aka.ms/winget-manifest.singleton.1.2.0.schema.json
      2 
      3 PackageIdentifier: microsoft.msixsdk
      4 PackageVersion: 1.7.32
      5 PackageLocale: en-US
      6 Publisher: Microsoft
      7 PublisherUrl: https://www.microsoft.com
      8 PublisherSupportUrl: https://www.microsoft.com/support
      9 PrivacyUrl: https://www.microsoft.com/privacy
     10 Author: Microsoft
     11 PackageName: MSIX SDK
     12 PackageUrl: https://www.microsoft.com/msixsdk/home
     13 License: MIT License
     14 LicenseUrl: https://www.microsoft.com/msixsdk/license
     15 Copyright: Copyright Microsoft Corporation
     16 CopyrightUrl: https://www.microsoft.com/msixsdk/copyright
     17 ShortDescription: This is MSIX SDK
     18 Description: The MSIX SDK project is an effort to enable developers
     19 Moniker: msixsdk
     20 Tags:
     21   - "appxsdk"
     22   - "msixsdk"
     23 ReleaseNotes: Default release notes
     24 ReleaseNotesUrl: https://DefaultReleaseNotes.net
     25 PurchaseUrl: https://DefaultPurchaseUrl.com
     26 InstallationNotes: Default installation notes
     27 Documentations:
     28   - DocumentLabel: Default document label
     29     DocumentUrl: https://DefaultDocumentUrl.com
     30 Agreements:
     31   - AgreementLabel: DefaultLabel
     32     Agreement: DefaultText
     33     AgreementUrl: https://DefaultAgreementUrl.net
     34 InstallerLocale: en-US
     35 Platform:
     36   - Windows.Desktop
     37   - Windows.Universal
     38 MinimumOSVersion: 10.0.0.0
     39 InstallerType: exe
     40 Scope: machine
     41 InstallModes:
     42   - interactive
     43   - silent
     44   - silentWithProgress
     45 InstallerSwitches:
     46   Custom: /custom
     47   SilentWithProgress: /silentwithprogress
     48   Silent: /silence
     49   Interactive: /interactive
     50   Log: /log=<LOGPATH>
     51   InstallLocation: /dir=<INSTALLPATH>
     52   Upgrade: /upgrade
     53 InstallerSuccessCodes:
     54   - 1
     55   - 0x80070005
     56 UpgradeBehavior: uninstallPrevious
     57 Commands:
     58   - makemsix
     59   - makeappx
     60 Protocols:
     61   - protocol1
     62   - protocol2
     63 FileExtensions:
     64   - appx
     65   - msix
     66   - appxbundle
     67   - msixbundle
     68 Dependencies:
     69   WindowsFeatures:
     70     - IIS
     71   WindowsLibraries:
     72     - VC Runtime
     73   PackageDependencies:
     74     - PackageIdentifier: Microsoft.MsixSdkDep
     75       MinimumVersion: 1.0.0
     76   ExternalDependencies:
     77     - Outside dependencies
     78 Capabilities:
     79   - internetClient
     80 RestrictedCapabilities:
     81   - runFullTrust
     82 PackageFamilyName: Microsoft.DesktopAppInstaller_8wekyb3d8bbwe
     83 ProductCode: "{Foo}"
     84 ReleaseDate: 2021-01-01
     85 InstallerAbortsTerminal: true
     86 InstallLocationRequired: true
     87 RequireExplicitUpgrade: true
     88 DisplayInstallWarnings: true
     89 ElevationRequirement: elevatesSelf
     90 UnsupportedOSArchitectures:
     91   - arm
     92 AppsAndFeaturesEntries:
     93   - DisplayName: DisplayName
     94     DisplayVersion: DisplayVersion
     95     Publisher: Publisher
     96     ProductCode: ProductCode
     97     UpgradeCode: UpgradeCode
     98     InstallerType: exe
     99 Markets:
    100   AllowedMarkets:
    101     - US
    102 ExpectedReturnCodes:
    103   - InstallerReturnCode: 10
    104     ReturnResponse: packageInUse
    105     ReturnResponseUrl: https://DefaultReturnResponseUrl.com
    106 UnsupportedArguments:
    107   - log
    108 
    109 Installers:
    110   - Architecture: x86
    111     InstallerLocale: en-GB
    112     Platform:
    113       - Windows.Desktop
    114     MinimumOSVersion: 10.0.1.0
    115     InstallerType: msix
    116     InstallerUrl: https://www.microsoft.com/msixsdk/msixsdkx86.msix
    117     InstallerSha256: 69D84CA8899800A5575CE31798293CD4FEBAB1D734A07C2E51E56A28E0DF8C82
    118     SignatureSha256: 69D84CA8899800A5575CE31798293CD4FEBAB1D734A07C2E51E56A28E0DF8C82
    119     Scope: user
    120     InstallModes:
    121       - interactive
    122     InstallerSwitches:
    123       Custom: /c
    124       SilentWithProgress: /sp
    125       Silent: /s
    126       Interactive: /i
    127       Log: /l=<LOGPATH>
    128       InstallLocation: /d=<INSTALLPATH>
    129       Upgrade: /u
    130     UpgradeBehavior: install
    131     Commands:
    132       - makemsixPreview
    133       - makeappxPreview
    134     Protocols:
    135       - protocol1preview
    136       - protocol2preview
    137     FileExtensions:
    138       - appxbundle
    139       - msixbundle
    140       - appx
    141       - msix
    142     Dependencies:
    143       WindowsFeatures:
    144         - PreviewIIS
    145       WindowsLibraries:
    146         - Preview VC Runtime
    147       PackageDependencies:
    148         - PackageIdentifier: Microsoft.MsixSdkDepPreview
    149           MinimumVersion: 1.0.0
    150       ExternalDependencies:
    151         - Preview Outside dependencies
    152     PackageFamilyName: Microsoft.DesktopAppInstallerPreview_8wekyb3d8bbwe
    153     Capabilities:
    154       - internetClientPreview
    155     RestrictedCapabilities:
    156       - runFullTrustPreview
    157     ReleaseDate: 2021-02-02
    158     InstallerAbortsTerminal: false
    159     InstallLocationRequired: false
    160     RequireExplicitUpgrade: false
    161     DisplayInstallWarnings: false
    162     ElevationRequirement: elevationRequired
    163     UnsupportedArguments:
    164       - location
    165     UnsupportedOSArchitectures:
    166       - arm64
    167     Markets:
    168       ExcludedMarkets:
    169         - "US"
    170     ExpectedReturnCodes:
    171       - InstallerReturnCode: 2
    172         ReturnResponse: contactSupport
    173       - InstallerReturnCode: 3
    174         ReturnResponse: custom
    175         ReturnResponseUrl: https://defaultReturnResponseUrl.com
    176 ManifestType: singleton
    177 ManifestVersion: 1.2.0