winget-cli

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

ManifestV1_4-Singleton.yaml (5371B)


      1 # yaml-language-server: $schema=https://aka.ms/winget-manifest.singleton.1.4.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 NestedInstallerType: msi
    109 NestedInstallerFiles:
    110   - RelativeFilePath: RelativeFilePath
    111     PortableCommandAlias: PortableCommandAlias
    112 InstallationMetadata:
    113   DefaultInstallLocation: "%ProgramFiles%\\TestApp"
    114   Files:
    115     - RelativeFilePath: "main.exe"
    116       FileSha256: 69D84CA8899800A5575CE31798293CD4FEBAB1D734A07C2E51E56A28E0DF8C82
    117       FileType: launch
    118       InvocationParameter: "/arg"
    119       DisplayName: "DisplayName"
    120 
    121 Installers:
    122   - Architecture: x86
    123     InstallerLocale: en-GB
    124     Platform:
    125       - Windows.Desktop
    126     MinimumOSVersion: 10.0.1.0
    127     InstallerType: msix
    128     InstallerUrl: https://www.microsoft.com/msixsdk/msixsdkx86.msix
    129     InstallerSha256: 69D84CA8899800A5575CE31798293CD4FEBAB1D734A07C2E51E56A28E0DF8C82
    130     SignatureSha256: 69D84CA8899800A5575CE31798293CD4FEBAB1D734A07C2E51E56A28E0DF8C82
    131     Scope: user
    132     InstallModes:
    133       - interactive
    134     InstallerSwitches:
    135       Custom: /c
    136       SilentWithProgress: /sp
    137       Silent: /s
    138       Interactive: /i
    139       Log: /l=<LOGPATH>
    140       InstallLocation: /d=<INSTALLPATH>
    141       Upgrade: /u
    142     UpgradeBehavior: install
    143     Commands:
    144       - makemsixPreview
    145       - makeappxPreview
    146     Protocols:
    147       - protocol1preview
    148       - protocol2preview
    149     FileExtensions:
    150       - appxbundle
    151       - msixbundle
    152       - appx
    153       - msix
    154     Dependencies:
    155       WindowsFeatures:
    156         - PreviewIIS
    157       WindowsLibraries:
    158         - Preview VC Runtime
    159       PackageDependencies:
    160         - PackageIdentifier: Microsoft.MsixSdkDepPreview
    161           MinimumVersion: 1.0.0
    162       ExternalDependencies:
    163         - Preview Outside dependencies
    164     PackageFamilyName: Microsoft.DesktopAppInstallerPreview_8wekyb3d8bbwe
    165     Capabilities:
    166       - internetClientPreview
    167     RestrictedCapabilities:
    168       - runFullTrustPreview
    169     ReleaseDate: 2021-02-02
    170     InstallerAbortsTerminal: false
    171     InstallLocationRequired: false
    172     RequireExplicitUpgrade: false
    173     DisplayInstallWarnings: false
    174     ElevationRequirement: elevationRequired
    175     UnsupportedArguments:
    176       - location
    177     UnsupportedOSArchitectures:
    178       - arm64
    179     Markets:
    180       ExcludedMarkets:
    181         - "US"
    182     ExpectedReturnCodes:
    183       - InstallerReturnCode: 2
    184         ReturnResponse: contactSupport
    185       - InstallerReturnCode: 3
    186         ReturnResponse: custom
    187         ReturnResponseUrl: https://defaultReturnResponseUrl.com
    188 ManifestType: singleton
    189 ManifestVersion: 1.4.0