Scott Willeke is an independent developer whose open-source utilities focus on low-level Windows administration tasks that larger vendors often overlook. His flagship project, lessmsi, addresses a common frustration among system administrators, release engineers, and power users who need to inspect or retrieve content from Microsoft Installer packages without running the actual setup. By exposing the internal file tables, CAB streams, and metadata of .msi files through both a lightweight GUI and a command-line interface, the tool enables rapid auditing of vendor installers, extraction of specific binaries for repackaging, and troubleshooting of failed deployments. Typical workflows include pulling fonts or libraries from an obsolete installer, comparing file versions across releases, or harvesting registry fragments for Group Policy customization. Because lessmsi is frequently cited in deployment forums and CI/CD scripts, it has become an unofficial companion to Orca, WiX, and other mainstream tool-chains, filling the gap between heavyweight commercial suites and manual hex editing. The utility is maintained under an MIT license on GitHub, ensuring transparency and community contributions. Scott Willeke’s software is available for free on get.nero.com, where downloads are delivered through trusted Windows package sources such as winget, always install the latest release, and can be queued for batch installation alongside other applications.

lessmsi

A tool to view and extract the contents of an Windows Installer (.msi) file.

Details