winget-cli

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

ManifestV1_6-Singleton.yaml (5644B)


      1 # yaml-language-server: $schema=https://aka.ms/winget-manifest.singleton.1.6.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 Icons:
     31   - IconUrl: https://testIcon-en-US
     32     IconFileType: ico
     33     IconResolution: custom
     34     IconTheme: default
     35     IconSha256: 69D84CA8899800A5575CE31798293CD4FEBAB1D734A07C2E51E56A28E0DF8123
     36 Agreements:
     37   - AgreementLabel: DefaultLabel
     38     Agreement: DefaultText
     39     AgreementUrl: https://DefaultAgreementUrl.net
     40 InstallerLocale: en-US
     41 Platform:
     42   - Windows.Desktop
     43   - Windows.Universal
     44 MinimumOSVersion: 10.0.0.0
     45 InstallerType: exe
     46 Scope: machine
     47 InstallModes:
     48   - interactive
     49   - silent
     50   - silentWithProgress
     51 InstallerSwitches:
     52   Custom: /custom
     53   SilentWithProgress: /silentwithprogress
     54   Silent: /silence
     55   Interactive: /interactive
     56   Log: /log=<LOGPATH>
     57   InstallLocation: /dir=<INSTALLPATH>
     58   Upgrade: /upgrade
     59 InstallerSuccessCodes:
     60   - 1
     61   - 0x80070005
     62 UpgradeBehavior: uninstallPrevious
     63 Commands:
     64   - makemsix
     65   - makeappx
     66 Protocols:
     67   - protocol1
     68   - protocol2
     69 FileExtensions:
     70   - appx
     71   - msix
     72   - appxbundle
     73   - msixbundle
     74 Dependencies:
     75   WindowsFeatures:
     76     - IIS
     77   WindowsLibraries:
     78     - VC Runtime
     79   PackageDependencies:
     80     - PackageIdentifier: Microsoft.MsixSdkDep
     81       MinimumVersion: 1.0.0
     82   ExternalDependencies:
     83     - Outside dependencies
     84 Capabilities:
     85   - internetClient
     86 RestrictedCapabilities:
     87   - runFullTrust
     88 PackageFamilyName: Microsoft.DesktopAppInstaller_8wekyb3d8bbwe
     89 ProductCode: "{Foo}"
     90 ReleaseDate: 2021-01-01
     91 InstallerAbortsTerminal: true
     92 InstallLocationRequired: true
     93 RequireExplicitUpgrade: true
     94 DisplayInstallWarnings: true
     95 ElevationRequirement: elevatesSelf
     96 UnsupportedOSArchitectures:
     97   - arm
     98 AppsAndFeaturesEntries:
     99   - DisplayName: DisplayName
    100     DisplayVersion: DisplayVersion
    101     Publisher: Publisher
    102     ProductCode: ProductCode
    103     UpgradeCode: UpgradeCode
    104     InstallerType: exe
    105 Markets:
    106   AllowedMarkets:
    107     - US
    108 ExpectedReturnCodes:
    109   - InstallerReturnCode: 10
    110     ReturnResponse: packageInUse
    111     ReturnResponseUrl: https://DefaultReturnResponseUrl.com
    112 UnsupportedArguments:
    113   - log
    114 NestedInstallerType: msi
    115 NestedInstallerFiles:
    116   - RelativeFilePath: RelativeFilePath
    117     PortableCommandAlias: PortableCommandAlias
    118 InstallationMetadata:
    119   DefaultInstallLocation: "%ProgramFiles%\\TestApp"
    120   Files:
    121     - RelativeFilePath: "main.exe"
    122       FileSha256: 69D84CA8899800A5575CE31798293CD4FEBAB1D734A07C2E51E56A28E0DF8C82
    123       FileType: launch
    124       InvocationParameter: "/arg"
    125       DisplayName: "DisplayName"
    126 DownloadCommandProhibited: true
    127 
    128 Installers:
    129   - Architecture: x86
    130     InstallerLocale: en-GB
    131     Platform:
    132       - Windows.Desktop
    133     MinimumOSVersion: 10.0.1.0
    134     InstallerType: msix
    135     InstallerUrl: https://www.microsoft.com/msixsdk/msixsdkx86.msix
    136     InstallerSha256: 69D84CA8899800A5575CE31798293CD4FEBAB1D734A07C2E51E56A28E0DF8C82
    137     SignatureSha256: 69D84CA8899800A5575CE31798293CD4FEBAB1D734A07C2E51E56A28E0DF8C82
    138     Scope: user
    139     InstallModes:
    140       - interactive
    141     InstallerSwitches:
    142       Custom: /c
    143       SilentWithProgress: /sp
    144       Silent: /s
    145       Interactive: /i
    146       Log: /l=<LOGPATH>
    147       InstallLocation: /d=<INSTALLPATH>
    148       Upgrade: /u
    149     UpgradeBehavior: install
    150     Commands:
    151       - makemsixPreview
    152       - makeappxPreview
    153     Protocols:
    154       - protocol1preview
    155       - protocol2preview
    156     FileExtensions:
    157       - appxbundle
    158       - msixbundle
    159       - appx
    160       - msix
    161     Dependencies:
    162       WindowsFeatures:
    163         - PreviewIIS
    164       WindowsLibraries:
    165         - Preview VC Runtime
    166       PackageDependencies:
    167         - PackageIdentifier: Microsoft.MsixSdkDepPreview
    168           MinimumVersion: 1.0.0
    169       ExternalDependencies:
    170         - Preview Outside dependencies
    171     PackageFamilyName: Microsoft.DesktopAppInstallerPreview_8wekyb3d8bbwe
    172     Capabilities:
    173       - internetClientPreview
    174     RestrictedCapabilities:
    175       - runFullTrustPreview
    176     ReleaseDate: 2021-02-02
    177     InstallerAbortsTerminal: false
    178     InstallLocationRequired: false
    179     RequireExplicitUpgrade: false
    180     DisplayInstallWarnings: false
    181     ElevationRequirement: elevationRequired
    182     UnsupportedArguments:
    183       - location
    184     UnsupportedOSArchitectures:
    185       - arm64
    186     Markets:
    187       ExcludedMarkets:
    188         - "US"
    189     ExpectedReturnCodes:
    190       - InstallerReturnCode: 2
    191         ReturnResponse: contactSupport
    192       - InstallerReturnCode: 3
    193         ReturnResponse: custom
    194         ReturnResponseUrl: https://defaultReturnResponseUrl.com
    195     DownloadCommandProhibited: false
    196 ManifestType: singleton
    197 ManifestVersion: 1.6.0