Add a new winget maintained-app entry for SQL Server Management Studio (SSMS) 22. Includes input JSON (Microsoft.SQLServerManagementStudio.22) and two PowerShell scripts: an installer wrapper that runs the Visual Studio bootstrapper (vs_SSMS.exe) with --quiet --norestart --wait, and an uninstaller that looks up the ARP entry for SSMS 22.x and invokes the Visual Studio Installer uninstall verb with silent switches. Also update outputs: add the app to apps.json and add version metadata (installer URL, sha256, and embedded script refs) in outputs/sql-server-management-studio/windows.json. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * SQL Server Management Studio 22 is now supported for installation and management on Windows platforms, providing database developers and administrators with essential tools for development and administration * **Improvements** * Extended Windows script execution timeout to support installation of large and complex applications with substantial installation payloads <!-- end of auto-generated comment: release notes by coderabbit.ai -->
14 lines
666 B
JSON
14 lines
666 B
JSON
{
|
|
"name": "SQL Server Management Studio",
|
|
"slug": "sql-server-management-studio/windows",
|
|
"package_identifier": "Microsoft.SQLServerManagementStudio.22",
|
|
"unique_identifier": "SQL Server Management Studio 22",
|
|
"exists_query": "SELECT 1 FROM programs WHERE name = 'SQL Server Management Studio 22';",
|
|
"install_script_path": "ee/maintained-apps/inputs/winget/scripts/sql_server_management_studio_install.ps1",
|
|
"uninstall_script_path": "ee/maintained-apps/inputs/winget/scripts/sql_server_management_studio_uninstall.ps1",
|
|
"installer_arch": "x64",
|
|
"installer_type": "exe",
|
|
"installer_scope": "machine",
|
|
"default_categories": ["Developer tools"]
|
|
}
|