winget-cli

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

ManifestV1_10-Singleton.yaml (5782B)


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