Skip to content

Commit f935c14

Browse files
authored
New package: Microsoft.DataTools.IntegrationServices version 17.0.1010.2
1 parent 4f6ea91 commit f935c14

File tree

3 files changed

+107
-0
lines changed

3 files changed

+107
-0
lines changed
Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
# Created with komac v2.14.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: Microsoft.DataTools.IntegrationServices
5+
PackageVersion: 17.0.1010.2
6+
InstallerType: burn
7+
Scope: machine
8+
InstallModes:
9+
- interactive
10+
- silent
11+
UpgradeBehavior: install
12+
ReleaseDate: 2025-12-03
13+
AppsAndFeaturesEntries:
14+
- DisplayName: Microsoft SQL Server Integration Services Projects
15+
ProductCode: '{36408e1e-deb6-47d8-bff0-37776bebac61}'
16+
UpgradeCode: '{9973B73D-2566-47B7-933F-2198D4E285BF}'
17+
InstallerType: burn
18+
- DisplayName: SQL Server Integration Services 2016
19+
DisplayVersion: 13.3.7030.0
20+
ProductCode: '{454E4664-1784-4DF6-B45D-25CFCFD226B4}'
21+
InstallerType: wix
22+
- DisplayName: SQL Server Integration Services 2016 Language Pack
23+
DisplayVersion: 15.0.1800.52
24+
ProductCode: '{2EF802EE-97C3-4E4D-BBCC-F660D860B75E}'
25+
InstallerType: wix
26+
- DisplayName: SQL Server Integration Services 2016 Language Pack
27+
DisplayVersion: 15.0.1800.52
28+
ProductCode: '{22670E6E-F2F5-4CCB-B0E3-F610F48279D3}'
29+
InstallerType: wix
30+
- DisplayName: SQL Server Integration Services 2016 Language Pack
31+
DisplayVersion: 15.0.1800.52
32+
ProductCode: '{9A074F15-3BF4-4622-B6DE-64A0CC8BE233}'
33+
InstallerType: wix
34+
- DisplayName: SQL Server Integration Services 2016 Language Pack
35+
DisplayVersion: 15.0.1800.52
36+
ProductCode: '{AEAD6F1E-83A4-437F-91A3-D23BAFFC3FC4}'
37+
InstallerType: wix
38+
- DisplayName: SQL Server Integration Services 2016 Language Pack
39+
DisplayVersion: 15.0.1800.52
40+
ProductCode: '{9A66FE94-CABF-49A8-9628-45E256338B46}'
41+
InstallerType: wix
42+
- DisplayName: SQL Server Integration Services 2016 Language Pack
43+
DisplayVersion: 15.0.1800.52
44+
ProductCode: '{6AC4A6E2-EF8C-4556-9D22-E3CCA2FFB315}'
45+
InstallerType: wix
46+
- DisplayName: SQL Server Integration Services 2016 Language Pack
47+
DisplayVersion: 15.0.1800.52
48+
ProductCode: '{FEA2923C-9F89-429E-9B00-BB9BC6568AFD}'
49+
InstallerType: wix
50+
- DisplayName: SQL Server Integration Services 2016 Language Pack
51+
DisplayVersion: 15.0.1800.52
52+
ProductCode: '{4D24D1C9-F682-438F-BA38-EA9AEF5801EA}'
53+
InstallerType: wix
54+
- DisplayName: SQL Server Integration Services 2016 Language Pack
55+
DisplayVersion: 15.0.1800.52
56+
ProductCode: '{AC773FDF-4E16-4D00-BA13-CC658CD58870}'
57+
InstallerType: wix
58+
- DisplayName: SQL Server Integration Services 2016 Language Pack
59+
DisplayVersion: 15.0.1800.52
60+
ProductCode: '{49CF853F-0D39-4E9C-9DFE-4680390C69F6}'
61+
InstallerType: wix
62+
- DisplayName: SQL Server Integration Services Singleton
63+
DisplayVersion: 14.0.3012.0
64+
ProductCode: '{BC7E7CD1-8B30-4BF1-B7F8-D7E14CD0F404}'
65+
InstallerType: wix
66+
- DisplayName: SQL Server Integration Services Singleton
67+
DisplayVersion: 15.0.2006.0
68+
ProductCode: '{7B3E7359-35C2-439A-AA78-B8467DE333CC}'
69+
InstallerType: wix
70+
- DisplayName: SQL Server Integration Services Singleton
71+
DisplayVersion: 16.0.5685.2
72+
ProductCode: '{679AACEA-3657-4BDC-BFDF-B47A9A6825D2}'
73+
InstallerType: wix
74+
- DisplayName: SQL Server Integration Services Singleton
75+
ProductCode: '{F440E67E-51C6-4088-B91E-F0B026921D8F}'
76+
InstallerType: wix
77+
Installers:
78+
- Architecture: x86
79+
InstallerUrl: https://ssis.gallerycdn.vsassets.io/extensions/ssis/microsoftdatatoolsintegrationservices/2.1.2/1764774570388/Microsoft.DataTools.IntegrationServices.exe
80+
InstallerSha256: 75D8444333303D5B449660A669AF07862289E5F2BBDEF0AE7520C5BA3E47D65B
81+
ManifestType: installer
82+
ManifestVersion: 1.10.0
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Created with komac v2.14.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: Microsoft.DataTools.IntegrationServices
5+
PackageVersion: 17.0.1010.2
6+
PackageLocale: en-US
7+
Publisher: Microsoft Corporation
8+
PublisherUrl: https://www.microsoft.com/
9+
PublisherSupportUrl: https://learn.microsoft.com/sql/integration-services
10+
Author: Microsoft Corporation
11+
PackageName: SQL Server Integration Services Projects
12+
PackageUrl: https://marketplace.visualstudio.com/items?itemName=SSIS.MicrosoftDataToolsIntegrationServices
13+
License: Proprietary
14+
Copyright: Copyright (c) Microsoft Corporation. All rights reserved.
15+
ShortDescription: Enables SQL Server Integration Services (SSIS) project development in Visual Studio.
16+
ManifestType: defaultLocale
17+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with komac v2.14.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: Microsoft.DataTools.IntegrationServices
5+
PackageVersion: 17.0.1010.2
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)