Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stchan/sysinternalssuiteinstaller
MSI package for SysInternals Suite
https://github.com/stchan/sysinternalssuiteinstaller
64-bit installer msi russinovich sysinternals utilities windows wix
Last synced: about 22 hours ago
JSON representation
MSI package for SysInternals Suite
- Host: GitHub
- URL: https://github.com/stchan/sysinternalssuiteinstaller
- Owner: stchan
- License: other
- Created: 2024-10-23T00:39:31.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-10-24T13:37:14.000Z (about 2 months ago)
- Last Synced: 2024-11-12T02:51:46.745Z (about 1 month ago)
- Topics: 64-bit, installer, msi, russinovich, sysinternals, utilities, windows, wix
- Language: XSLT
- Homepage:
- Size: 251 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SysInternals Suite Installer for Windows x64
Microsoft does not provide an MSI package for [Mark Russinovich's](https://learn.microsoft.com/en-us/archive/blogs/markrussinovich/) [SysInternals](https://learn.microsoft.com/en-us/sysinternals/) [Suite](https://learn.microsoft.com/en-us/sysinternals/downloads/sysinternals-suite). It distributes ZIPs of the binaries, offers a [live site](https://live.sysinternals.com/), and an [MSIX via the Windows Store](https://learn.microsoft.com/en-us/sysinternals/downloads/microsoft-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](https://download.sysinternals.com/files/SysinternalsSuite.zip).
1. 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.
1. Build using the "Release" configuration, with "x64" as the platform.