winget-cli

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

ManifestV1_5-Singleton.yaml (5573B)


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