Skip to content

stchan/sysinternalssuiteinstaller

Repository files navigation

SysInternals Suite Installer for Windows x64

Microsoft does not provide an MSI package for Mark Russinovich's SysInternals Suite. It distributes ZIPs of the binaries, offers a live site, and an MSIX via the Windows Store.

This Visual Studio 2022 project will build an MSI that will install the SysInternals Suite, update the system path, and create program menu shortcuts where appropriate. It's intended for situations where winget (or the Microsoft Store) is not supported (older Server OS, restricted network access, etc), or an MSI package is preferable to MSIX. For most cases, installing the MSIX via the store is preferable, as the utilities would be automatically updated.

Disclaimers

This installer is not an official Microsoft release, and the Microsoft corporation is not involved in its development. I (@stchan) am not affiliated with Microsoft in any way, have no involvement in the development of its products (including the SysInternals Suite), and do not represent it in any manner. All SysInternals utlities are the property of the Microsoft corporation. Check your licensing agreement if you have concerns about building and/or using this installer.

License

Any content that is not the property of Microsoft (SysInternals and its associated material), and is the work of the author (@stchan) is MIT/X11 licensed.

Tooling

  • Visual Studio 2022

Building

  1. Download the binaries zip from here.
  2. Extract its contents into the "harvest/x64" folder underneath the solution folder. If there are files in the folder (ie. an upgrade situation), I recommend emptying it first to avoid including old/obsolete files.
  3. Build using the "Release" configuration, with "x64" as the platform.