TUtoolbox

The TUtoolbox installs all TU.it tools under Windows, some of which can also be downloaded as individual programs. This installation tool simplifies the download for all Windows users and also simplifies the automated distribution of the tools.

It is therefore recommended for all Windows users to download the tools using the TUtoolbox.

Downloads

  1. Windows

Details

Since the number of tools has increased greatly recently and it is too time-consuming to write and maintain an installer for each of the tools, TUtoolbox has now been created as a solution for all tool installer problems under Windows. All tools of the software distribution can be installed under Windows with the TUtoolbox. The TUtoolbox installer dynamically downloads a list of available tools and always installs the latest version. By running TUtoolbox again, further tools can be added or tools that are no longer required can be removed. If programs are in use, the changes are applied after a restart.

TUtoolbox also replaces the installers for the Microsoft activation scripts (existing installations of the activation scripts are automatically removed).

Function notes

At first startup, the list of available tools is downloaded. The recommended tools are preselected, necessary packages are selected and grayed out (and thus cannot be deselected). After successful installation the selection is saved. When TUtoolbox is started again, the last selected packages are selected. For new packages the preselection is used again.

Each time TUtoolbox is used, the latest versions of the programs are installed. Tools that are no longer needed can be removed by unchecking them.

TUtoolbox can be uninstalled like any application via Windows App Settings.

The TUtoolbox can now be installed automatically via the Windows Package Manager with winget install TUtoolbox. A hidden installation is also supported with winget install TUtoolbox -h. With winget upgrade TUtoolbox or winget upgrade --all TUtoolbox can be kept up to date in the background.

.

Command Line Parameter

To be able to use the tool also for automated rollouts, the following parameters are available:

/silent
The installer runs without user interaction but visibly.
/verysilent
The installer runs through completely invisibly.
/supressmsgboxes
Possible user queries are automatically answered with the default response. I.A. this option is necessary with /silent and /verysilent..
/packages
Packages can be preselected with /packages=package1,package2 (i.e. = after the password, multiple packages separated with ',', all in double quotes with spaces in the name). The package name to specify is the displayname without language extension from the package file.
/NoStandardPackages
No default packages are automatically selected.
/OnlySelectedPackages
No packages other than the required ones will be selected (not even those already installed!).
/SkipVersionCheck
There is no search for new versions of TUtoolbox.
/IgnoreTimeStamp
All packages that work with timestamps are updated, because the timestamp is ignored.

Version History

2023.0.0.666
  • Bugfix for encoding problems of the passwords.
  • Supports credentials check directly after input.
  • Supports package-file 1.9
2023.0.0.609
  • Supports downloads with authentication.
  • Supports timestamp comparison for downloads.
  • Supports package-file 1.8
2022.0.0.560
  • Supports installations without downloads.
  • Supports beforeurl actions without downloads.
  • Supports parameters for beforeurl actions.
  • Supports package-file 1.7
2022.0.0.555
  • Supports downloads with Basic Authentication.
  • Improved display of changes to be made.
  • Bugfixes
  • Supports package-file 1.6
2022.0.0.493
  • Reading the package information is done with progress indicator.
  • The preview of the tools to be installed contains version information and shows what happens to the tools.
  • Supports programs with user mode installation
  • Supports version control on files
  • Bugfixes
  • Supports package-file 1.5
2022.0.0.437
  • Supports packages that are installed only on specified platforms
  • Supports package-file 1.4
2022.0.0.431
  • Supports packages that are displayed only under prerequisites
  • Supports setting registry entries
  • Supports installation destinations outside the TUtoolbox directory
  • Supports package-file 1.3
2021.0.0.399
  • Optionally uninstalls all installed programs when uninstalling TUtoolbox
2021.0.0.369
  • Supports delivery of installer packages including uninstallation and versioning
  • Supports package-file 1.2
2021.0.0.338
  • Bugfix for the automatically created log directory
2021.0.0.335
  • Changes for better mapping using winget
2021.0.0.333
  • Bug fixed when entering the version number
  • Version ready for distribution via winget
2021.0.0.332
  • Installation type 2 added
  • Supports package-file 1.1
2021.0.0.328
  • Warning if Powershell is too old
  • Warning for EOL operating systems
2021.0.0.294
  • Initial version