-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
50 additions
and
343 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
@echo off | ||
echo Handheld Companion Redistributable Installer | ||
echo. | ||
|
||
echo Installing DirectX Runtime | ||
dxwebsetup.exe /q | ||
|
||
echo Installing ViGEmBus Runtime | ||
ViGEmBusSetup_x64.msi /quiet /qn /norestart | ||
|
||
echo Installing HidHide Runtime | ||
HidHideMSI.msi /quiet /qn /norestart | ||
|
||
echo Installing Visual C++ 2015-2019 Redistributable | ||
vcredist2019_x64.EXE /passive /norestart | ||
|
||
echo Installing Visual C++ 2013 Update 5 Redistributable | ||
vcredist2013_x64.EXE /passive /norestart | ||
|
||
echo Installing Visual C++ 2012 Update 4 Redistributable | ||
vcredist2012_x64.EXE /passive /norestart | ||
|
||
echo Installing Visual C++ 2010 Service Pack 1 Redistributable | ||
vcredist2010_x64.EXE /passive /norestart | ||
|
||
echo Installing Visual C++ 2008 Service Pack 1 Redistributable | ||
vcredist2008_x64.EXE /passive /norestart | ||
|
||
echo Installing Visual C++ 2005 Service Pack 1 Redistributable | ||
vcredist2005_x64.EXE /Q | ||
|
||
echo Installing .NET Desktop Runtime 6.0.6 | ||
windowsdesktop-runtime-6.0.6-win-x64.exe /passive /norestart | ||
|
||
echo Installing .NET Runtime 6.0.6 | ||
dotnet-runtime-6.0.6-win-x64 /passive /norestart |
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.