Skip to content

Commit db6eaf5

Browse files
authored
Build 720 (microsoft#342029)
1 parent 36c7979 commit db6eaf5

File tree

4 files changed

+94
-0
lines changed

4 files changed

+94
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
2+
3+
PackageIdentifier: TUitTUWien.TUtoolbox
4+
PackageVersion: 2026.0.0.720
5+
InstallerType: inno
6+
Scope: machine
7+
UpgradeBehavior: install
8+
RepairBehavior: installer
9+
ElevationRequirement: elevatesSelf
10+
InstallerSwitches:
11+
SilentWithProgress: /silent /suppressmsgboxes /OnlyToolbox
12+
Silent: /verysilent /suppressmsgboxes /OnlyToolBox
13+
Interactive: /OnlyToolbox
14+
MinimumOSVersion: 10.0.0.0
15+
Platform:
16+
- Windows.Desktop
17+
Installers:
18+
- Architecture: x64
19+
InstallerUrl: https://service.it.tuwien.ac.at/swsupport/tools/tutoolbox/versions/TUToolBox_2026_0_0_720.exe
20+
InstallerSha256: df166768c2740d9d158ae223ed6b49a472cad777c93a57ab561aac57792b0fbe
21+
- Architecture: x86
22+
InstallerUrl: https://service.it.tuwien.ac.at/swsupport/tools/tutoolbox/versions/TUToolBox_2026_0_0_720.exe
23+
InstallerSha256: df166768c2740d9d158ae223ed6b49a472cad777c93a57ab561aac57792b0fbe
24+
- Architecture: arm64
25+
InstallerUrl: https://service.it.tuwien.ac.at/swsupport/tools/tutoolbox/versions/TUToolBox_2026_0_0_720.exe
26+
InstallerSha256: df166768c2740d9d158ae223ed6b49a472cad777c93a57ab561aac57792b0fbe
27+
Dependencies:
28+
PackageDependencies:
29+
- PackageIdentifier: Microsoft.VCRedist.2015+.x86
30+
MinimumVersion: "14.42"
31+
ManifestType: installer
32+
ManifestVersion: 1.10.0
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json
2+
3+
PackageIdentifier: TUitTUWien.TUtoolbox
4+
PackageVersion: 2026.0.0.720
5+
PackageLocale: de-DE
6+
Publisher: TU Wien - TU.it
7+
PublisherUrl: https://www.it.tuwien.ac.at/
8+
PublisherSupportUrl: https://www.it.tuwien.ac.at/services/beratung-und-servicedesk/servicedesk/service-center
9+
PrivacyUrl: https://www.tuwien.at/index.php?eID=dms&s=4&path=Dokumente/Datenschutzerkl%C3%A4rungen%20Sonstige/Datenschutzerkl%C3%A4rung_Websites.pdf
10+
Author: Christian Beck
11+
PackageName: TUtoolbox
12+
PackageUrl: https://service.it.tuwien.ac.at/swsupport/tools/tutoolbox
13+
License: Proprietäre Software von CIT, TU Wien
14+
#Icons:
15+
# - IconUrl: https://service.it.tuwien.ac.at/swsupport/tools/tutoolbox/TUToolBox.ico
16+
# IconFileType: ico
17+
# IconSha256: 5a8f01790da31549dd9160cdd506d079b382102d737353939b12e741c9e412e1
18+
# LicenseUrl:
19+
Copyright: © 2021-2026 CIT, TU Wien
20+
# CopyrightUrl:
21+
ShortDescription: Ein Programm zur Installation aller benötigten Werkzeuge und Patches für TU-Mitglieder.
22+
ReleaseNotesUrl: https://service.it.tuwien.ac.at/swsupport/tools/tutoolbox/index.html#history
23+
# Tags:
24+
# Agreements:
25+
# ReleaseNotes:
26+
ManifestType: locale
27+
ManifestVersion: 1.10.0
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
2+
3+
PackageIdentifier: TUitTUWien.TUtoolbox
4+
PackageVersion: 2026.0.0.720
5+
PackageLocale: en-US
6+
Publisher: TU Wien - TU.it
7+
PublisherUrl: https://www.it.tuwien.ac.at/
8+
PublisherSupportUrl: https://www.it.tuwien.ac.at/services/beratung-und-servicedesk/servicedesk/service-center
9+
PrivacyUrl: https://www.tuwien.at/index.php?eID=dms&s=4&path=Dokumente/Datenschutzerkl%C3%A4rungen%20Sonstige/Datenschutzerkl%C3%A4rung_Websites.pdf
10+
Author: Christian Beck
11+
PackageName: TUtoolbox
12+
PackageUrl: https://service.it.tuwien.ac.at/swsupport/tools/tutoolbox
13+
License: Proprietary Software by CIT, TU Wien
14+
#Icons:
15+
# - IconUrl: https://service.it.tuwien.ac.at/swsupport/tools/tutoolbox/TUToolBox.ico
16+
# IconFileType: ico
17+
# IconSha256: 5a8f01790da31549dd9160cdd506d079b382102d737353939b12e741c9e412e1
18+
# LicenseUrl:
19+
Copyright: © 2021-2026 CIT, TU Wien
20+
# CopyrightUrl:
21+
ShortDescription: A program to install all needed tools and patches for TU members.
22+
ReleaseNotesUrl: https://service.it.tuwien.ac.at/swsupport/tools/tutoolbox/index.html#history
23+
Moniker: tutoolbox
24+
# Tags:
25+
# Agreements:
26+
# ReleaseNotes:
27+
ManifestType: defaultLocale
28+
ManifestVersion: 1.10.0
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
2+
3+
PackageIdentifier: TUitTUWien.TUtoolbox
4+
PackageVersion: 2026.0.0.720
5+
DefaultLocale: en-US
6+
ManifestType: version
7+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)