diff --git a/Installer/Installer.nsi b/Installer/Installer.nsi index c08ada69c9..1ad09ddce8 100644 --- a/Installer/Installer.nsi +++ b/Installer/Installer.nsi @@ -154,20 +154,6 @@ Section "Base" SEC01 SetOutPath "$TEMP" SetOverwrite on - File /r "dxredist" - File /r "vcredist" -SectionEnd - -Section "DirectX Runtime" SEC02 - DetailPrint "Running DirectX runtime setup..." - ExecWait '"$TEMP\dxredist\DXSETUP.exe" /silent' - DetailPrint "Finished DirectX runtime setup" -SectionEnd - -Section "Visual C++ 2015 Redistributable" SEC03 - DetailPrint "Running Visual C++ 2015 Redistributable setup..." - ExecWait '"$TEMP\vcredist\vc_redist.x64.exe" /install /quiet /norestart' - DetailPrint "Finished Visual C++ 2015 Redistributable setup" SectionEnd Section -AdditionalIcons @@ -193,8 +179,6 @@ SectionEnd ; Section descriptions !insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN !insertmacro MUI_DESCRIPTION_TEXT ${SEC01} "Installs all files required to run the Dolphin Emulator." - !insertmacro MUI_DESCRIPTION_TEXT ${SEC02} "Installs the recommended DirectX runtime libraries that are needed by Dolphin." - !insertmacro MUI_DESCRIPTION_TEXT ${SEC03} "Installs the required Visual C++ 2015 Redistributable that is needed by Dolphin." !insertmacro MUI_FUNCTION_DESCRIPTION_END Section Uninstall diff --git a/Installer/dxredist/APR2007_xinput_x64.cab b/Installer/dxredist/APR2007_xinput_x64.cab deleted file mode 100644 index 732f8a8f36..0000000000 Binary files a/Installer/dxredist/APR2007_xinput_x64.cab and /dev/null differ diff --git a/Installer/dxredist/APR2007_xinput_x86.cab b/Installer/dxredist/APR2007_xinput_x86.cab deleted file mode 100644 index f414d55571..0000000000 Binary files a/Installer/dxredist/APR2007_xinput_x86.cab and /dev/null differ diff --git a/Installer/dxredist/DSETUP.dll b/Installer/dxredist/DSETUP.dll deleted file mode 100644 index 691025af7e..0000000000 Binary files a/Installer/dxredist/DSETUP.dll and /dev/null differ diff --git a/Installer/dxredist/DXSETUP.exe b/Installer/dxredist/DXSETUP.exe deleted file mode 100644 index 5d062aa978..0000000000 Binary files a/Installer/dxredist/DXSETUP.exe and /dev/null differ diff --git a/Installer/dxredist/dsetup32.dll b/Installer/dxredist/dsetup32.dll deleted file mode 100644 index 1781afa4b0..0000000000 Binary files a/Installer/dxredist/dsetup32.dll and /dev/null differ diff --git a/Installer/dxredist/dxupdate.cab b/Installer/dxredist/dxupdate.cab deleted file mode 100644 index ed3b5b89f5..0000000000 Binary files a/Installer/dxredist/dxupdate.cab and /dev/null differ diff --git a/Installer/vcredist/vc_redist.x64.exe b/Installer/vcredist/vc_redist.x64.exe deleted file mode 100644 index f986317bff..0000000000 Binary files a/Installer/vcredist/vc_redist.x64.exe and /dev/null differ