From a18cb1ecab89adc315f7d59c69a570da21361a8a Mon Sep 17 00:00:00 2001 From: chase Date: Mon, 12 Sep 2022 20:20:10 -0500 Subject: [PATCH] Table for installed programs. [skip ci] --- .github/workflows/unlock.yml | 2 +- .gitignore | 2 ++ README.md | 20 ++++++++++++++------ 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/.github/workflows/unlock.yml b/.github/workflows/unlock.yml index a163251..2623518 100644 --- a/.github/workflows/unlock.yml +++ b/.github/workflows/unlock.yml @@ -10,7 +10,7 @@ on: - reopened jobs: - lock: + unlock: runs-on: ubuntu-latest steps: diff --git a/.gitignore b/.gitignore index d217aa9..89f6cb3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ # Misc *.bak .DS_Store + +# Dry Runs redists.zip offlineInstall.zip diff --git a/README.md b/README.md index f6c682b..7f19e94 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,18 @@ Installs common Redist programs for Windows. -* Visual C++ Redistributables 2005 -> 2019 -* DirectX 9.0 -* DirectX Addon Pack -* .NET 4.7.2 -* MSXML 4.0 SP2 Parser and SDK - [Want an offline installer? Download here.](https://chse.dev/offlineredists) + +| Program Name | Official | +| ----------------------------------------------------------------------- | -------- | +| Microsoft Visual C++ 2015-2019 Redistributable (x86, x64) - 14.29.30139 | Yes | +| Microsoft Visual C++ 2013 Redistributable (x86, x64) - 12.0.40664 | Yes | +| Microsoft Visual C++ 2012 Redistributable (x86, x64) - 11.0.61030 | Yes | +| Microsoft Visual C++ 2010 Redistributable (x86, x64) - 10.0.30319.01 | Yes | +| Microsoft Visual C++ 2008 Redistributable (x86, x64) - 9.0.21022.08 | Yes | +| Microsoft Visual C++ 2005 Redistributable (x86, x64) - 6.00.2900.2180 | Yes | +| Microsoft .NET Framework 4.7.2 | Yes | +| Microsoft DirectX 9.0 - 9.29.1974.0 | Yes | +| Microsoft MSXML 4.0 SP2 Parser and SDK | Yes | +| DirectX 9.0c Extra Files [sereby.org] (x86, x64) - 1.10.6.0 | No | +| 7-Zip 22.01 *(Used for unpacking everything, not actually installed.)* | Yes |