MSI
WinGet
2 submissions
xleak
Brandon Greenwell · 0.2.6 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
MsiExec.exe /i xleak-x86_64-pc-windows-msvc.msi /qn ALLUSERS=1 REBOOT=ReallySuppress
Uninstall
MsiExec.exe /x {BC866A24-8161-4B42-BFF9-0F827B5E0BC0} /qn REBOOT=ReallySuppress
Repair
MsiExec.exe /fa xleak-x86_64-pc-windows-msvc.msi /qn REBOOT=ReallySuppress
Logged Install
MsiExec.exe /i xleak-x86_64-pc-windows-msvc.msi /qn ALLUSERS=1 REBOOT=ReallySuppress /l*v C:\Windows\Temp\xleak-x86_64-pc-windows-msvc.msi.log
Intune Detection Rule
MSI Rule
Rule type
MSI information
Product code
{BC866A24-8161-4B42-BFF9-0F827B5E0BC0}
Product version operator
Greater than or equal to
Product version
0.2.6
MSI Properties
Product Code
{BC866A24-8161-4B42-BFF9-0F827B5E0BC0}
Upgrade Code
{67E1BB49-876F-4934-85E4-8FAAD4ADA16F}
File Identity
Filename
xleak-x86_64-pc-windows-msvc.msi
File Size
1.4 MB
Real Type
Composite Document File V2 Document, Little Endian, Os: Windows, Version 6.2, MSI Installer, Code page: 1252, Title: Installation Database, Subject: A fast terminal Excel viewer with interactive TUI, search, formulas, and export capabilities, Author: Brandon Greenwell, Keywords: Installer, Comments: This installer database contains the logic and data required to install xleak., Template: x64;1033, Revision Number: {5408CB7F-6F6F-4F30-AD80-C2F1F5FC8FA3}, Create Time/Date: Sun May 24 01:03:30 2026, Last Saved Time/Date: Sun May 24 01:03:30 2026, Number of Pages: 450, Number of Words: 2, Name of Creating Application: Windows Installer XML Toolset (3.14.1.8722), Security: 2
Installer Technology
Engine
Windows Installer
via MSI Detection
Confidence
100%
Signature
Status
Not Digitally Signed
Installer Selection
WinGet Package
Package ID
bgreenwell.xleak
Version
0.2.6
Description
Terminal Excel viewer with interactive TUI, search, formulas, and export
License
MIT
↗
Homepage
https://github.com/bgreenwell/xleak
Installer URL
https://github.com/bgreenwell/xleak/releases/download/v0.2.6/xleak-x86_64-pc-windows-msvc.msi
Release Notes
Release Notes
Added
- NetBSD installation via pkgin install xleak (thanks @0323pin! #40)
- Automated AUR, WinGet, and Scoop publishing via GitHub Actions
- Warn when formula cells are blank due to uncached xlsx values (NOTE: before table, suggests --formulas or re-saving in Excel/LibreOffice)
Changed
- Upgrade calamine 0.26 → 0.34 and dirs 5.0 → 6.0 for Debian packaging compatibility (thanks @nadzyah! #43)
- Nix flake version now read dynamically from Cargo.toml; homepage URL fixed
- Replaced pr…