Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harryeffinpotter/pc-gaming-redists
Automated wget script to download and install all .Net/VC++ redistributables required for PC Gaming + a few other tools (like 7zip, Powershell, etc.) Scorched earth redists policy.
https://github.com/harryeffinpotter/pc-gaming-redists
all-in-one automated-deployment directx dot-net easy-to-use one-liner powershell redistributables redists script scripting visual-cpp x86-64 xna
Last synced: 4 days ago
JSON representation
Automated wget script to download and install all .Net/VC++ redistributables required for PC Gaming + a few other tools (like 7zip, Powershell, etc.) Scorched earth redists policy.
- Host: GitHub
- URL: https://github.com/harryeffinpotter/pc-gaming-redists
- Owner: harryeffinpotter
- Created: 2022-08-04T07:10:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T00:53:17.000Z (4 months ago)
- Last Synced: 2025-01-10T11:18:30.265Z (11 days ago)
- Topics: all-in-one, automated-deployment, directx, dot-net, easy-to-use, one-liner, powershell, redistributables, redists, script, scripting, visual-cpp, x86-64, xna
- Language: Batchfile
- Homepage:
- Size: 13 MB
- Stars: 55
- Watchers: 1
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## **PC Gaming Redistributable Packages AIO Installer**
- Written by [@harryeffinpotter](https://github.com/harryeffinpotter) & greatly improved upon by the legendary [@skrimix.](https://github.com/skrimix)
UPDATED ON SEPTEMBER 16TH 2024:
- Noticed that on fresh installs the script would only get the couple of extra tools at the end, ignoring the entire purpose of the script. This was due to Windows now including Winget with more recent windows builds, but not including the proper sources with winget. The proper sources may be included when windows is fully updated(not entirely sure), however most of the time when I, and others, are running this script, we are running it after a reformat, and not necessarily after we have all cumulative updates installed. So I added lines that *SHOULD* fix this. If this issue persists for anyone please open an issue. Also wouldn't mind if someone opened an issue just to tell me "Hey this worked on a fresh install again!". Thanks!
- Added 2 packages to .net exclusions and 1 package to VC++ exclusions since they were all mismatches.
- Same code that fixes the fresh install issue mentioned above SHOULD install winget much cleaner for systems without it.Instructions
-----
- **Option 1)** Download **[Install.bat](https://raw.githack.com/harryeffinpotter/PC-Gaming-Redists-AIO/master/Install.bat)** and double click it to run it (DON'T RUN AS ADMIN!).- **Option 2)** Open a regular **PowerShell** (DON'T RUN AS ADMIN) and run the following one-liner:
`iwr -useb https://raw.githack.com/harryeffinpotter/PC-Gaming-Redists-AIO/master/Install.ps1 | iex`
[![Github All Releases](https://img.shields.io/github/downloads/harryeffinpotter/PC-Gaming-Redists/total.svg)]() ![](https://komarev.com/ghpvc/?username=harryeffinpotter) (since 04-12-2024)Troubleshooting:
----
If for whatever reason when you try to run the script you get [this error (Click to view)](https://i.imgur.com/TOvxPUq.png), simply [click here to download WinGet.msixbundle](https://github.com/harryeffinpotter/PC-Gaming-Redists/raw/main/WinGet.msixbundle), run it, and click Update/Install. Then try either option above again.