Skip to content

Commit a955444

Browse files
authored
Adding manifest for SSMS 22.1.0 (attempt microsoft#2) (microsoft#331805)
1 parent d5e0ef0 commit a955444

File tree

3 files changed

+80
-0
lines changed

3 files changed

+80
-0
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
2+
PackageIdentifier: Microsoft.SQLServerManagementStudio.22
3+
PackageVersion: 22.1.0
4+
MinimumOSVersion: 10.0.0.0
5+
InstallerLocale: en-US
6+
InstallerType: exe
7+
Scope: machine
8+
InstallModes:
9+
- interactive
10+
- silent
11+
- silentWithProgress
12+
InstallerSwitches:
13+
Silent: --quiet
14+
SilentWithProgress: --passive
15+
Upgrade: update
16+
Custom: --wait
17+
InstallLocation: --installPath <INSTALLPATH>
18+
ExpectedReturnCodes:
19+
- InstallerReturnCode: 1001
20+
ReturnResponse: installInProgress
21+
- InstallerReturnCode: 1003
22+
ReturnResponse: fileInUse
23+
- InstallerReturnCode: 1641
24+
ReturnResponse: rebootInitiated
25+
- InstallerReturnCode: 3010
26+
ReturnResponse: rebootRequiredToFinish
27+
- InstallerReturnCode: -1073720687
28+
ReturnResponse: noNetwork
29+
ElevationRequirement: elevatesSelf
30+
UpgradeBehavior: install
31+
Commands:
32+
- SSMS
33+
FileExtensions:
34+
- SQL
35+
AppsAndFeaturesEntries:
36+
- DisplayVersion: '22.1.0'
37+
Installers:
38+
- Architecture: x64
39+
InstallerUrl: https://download.visualstudio.microsoft.com/download/pr/451b234a-4e25-491d-a007-bf3e55b2562f/4a7eda53a20fecf4d012d8b845bf4b7e2c94a4bced41f979b85cdee1b517021f/vs_SSMS.exe
40+
InstallerSha256: 4a7eda53a20fecf4d012d8b845bf4b7e2c94a4bced41f979b85cdee1b517021f
41+
ReleaseDate: 2025-12-09
42+
ManifestType: installer
43+
ManifestVersion: 1.6.0
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json
2+
PackageIdentifier: Microsoft.SQLServerManagementStudio.22
3+
PackageVersion: 22.1.0
4+
PackageLocale: en-US
5+
Publisher: Microsoft Corporation
6+
PublisherUrl: https://www.microsoft.com/
7+
PublisherSupportUrl: https://aka.ms/ssms-feedback/
8+
PrivacyUrl: https://privacy.microsoft.com/
9+
Author: Microsoft
10+
PackageName: Microsoft SQL Server Management Studio 22
11+
PackageUrl: https://learn.microsoft.com/sql/ssms/download-sql-server-management-studio-ssms
12+
License: Microsoft Release Software License
13+
LicenseUrl: https://aka.ms/ssms-license
14+
Copyright: Copyright (c) Microsoft Corporation. All rights reserved.
15+
ShortDescription: SQL Server Management Studio (SSMS) is an integrated environment for managing any SQL infrastructure
16+
Description: SQL Server Management Studio (SSMS) is an integrated environment for managing any SQL infrastructure, from SQL Server to Azure SQL Database. SSMS provides tools to configure, monitor, and administer instances of SQL Server and databases. Use SSMS to deploy, monitor, and upgrade the data-tier components used by your applications, and build queries and scripts.
17+
Moniker: ssms
18+
Tags:
19+
- management-studio
20+
- sql
21+
- sql-management-studio
22+
- sql-server
23+
- ssms
24+
# Agreements:
25+
# ReleaseNotes:
26+
ReleaseNotesUrl: https://aka.ms/SSMSReleaseNotes-22#2210
27+
# PurchaseUrl:
28+
# InstallationNotes:
29+
# Documentations:
30+
ManifestType: defaultLocale
31+
ManifestVersion: 1.6.0
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
2+
PackageIdentifier: Microsoft.SQLServerManagementStudio.22
3+
PackageVersion: 22.1.0
4+
DefaultLocale: en-US
5+
ManifestType: version
6+
ManifestVersion: 1.6.0

0 commit comments

Comments
 (0)