Table for installed programs. [skip ci]

This commit is contained in:
chase 2022-09-12 20:20:10 -05:00
parent e17f2d1cf7
commit a18cb1ecab
No known key found for this signature in database
GPG Key ID: 9EC29E797878008C
3 changed files with 17 additions and 7 deletions

View File

@ -10,7 +10,7 @@ on:
- reopened - reopened
jobs: jobs:
lock: unlock:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:

2
.gitignore vendored
View File

@ -1,5 +1,7 @@
# Misc # Misc
*.bak *.bak
.DS_Store .DS_Store
# Dry Runs
redists.zip redists.zip
offlineInstall.zip offlineInstall.zip

View File

@ -11,10 +11,18 @@
Installs common Redist programs for Windows. 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) [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 |