Table for installed programs. [skip ci]
This commit is contained in:
parent
e17f2d1cf7
commit
a18cb1ecab
2
.github/workflows/unlock.yml
vendored
2
.github/workflows/unlock.yml
vendored
@ -10,7 +10,7 @@ on:
|
|||||||
- reopened
|
- reopened
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lock:
|
unlock:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,5 +1,7 @@
|
|||||||
# Misc
|
# Misc
|
||||||
*.bak
|
*.bak
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
# Dry Runs
|
||||||
redists.zip
|
redists.zip
|
||||||
offlineInstall.zip
|
offlineInstall.zip
|
||||||
|
20
README.md
20
README.md
@ -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 |
|
||||||
|
Loading…
Reference in New Issue
Block a user