Extracts the necessary libraries for LibreWolf/Firefox from the Microsoft Visual C++ Redistributable Runtime installers (amd64/arm64).
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-07 22:43:43 +02:00
.forgejo/workflows Use epsilon runner 2026-08-07 22:43:43 +02:00
LICENSE Initial commit 2026-04-06 03:44:28 +02:00
README.md - Don't process when downloaded version matches current release 2026-04-21 23:13:27 +02:00

Visual C++ Redistributable Runtime libraries for LibreWolf

This extracts the necessary amd64 and arm64 libraries for LibreWolf/Firefox from the Microsoft Visual C++ Redistributable Runtime installer (https://aka.ms/vc14/vc_redist.x64.exe).

Makes use of:

  • Docker Wine (MIT) by Scott Hardy
  • Our build of Relic Client (Apache 2.0) by SAS Software, to verify the integrity of the downloaded files from Microsoft.
  • Dark WiX Decompiler (Ms-RL) by .NET Foundation and contributors, to extract the .msi from the executable
  • msiextract from msitools (LGPL-2.1+) by GNOME, Red Hat, Inc. et al., to extract the libraries from the .msi