diff --git a/tools/PsfPlayer/installer_win32/installer32.nsi b/tools/PsfPlayer/installer_win32/installer32.nsi index 3cd6d28911..ea5a231c55 100644 --- a/tools/PsfPlayer/installer_win32/installer32.nsi +++ b/tools/PsfPlayer/installer_win32/installer32.nsi @@ -82,8 +82,6 @@ Section "PsfPlayer (required)" SectionEnd -!include "..\..\..\installer_win32\vcredist2015_x86.nsh" - ; Optional section (can be disabled by the user) Section "Start Menu Shortcuts" diff --git a/tools/PsfPlayer/installer_win32/installer64.nsi b/tools/PsfPlayer/installer_win32/installer64.nsi index c6017d09d4..d3561e26a9 100644 --- a/tools/PsfPlayer/installer_win32/installer64.nsi +++ b/tools/PsfPlayer/installer_win32/installer64.nsi @@ -83,8 +83,6 @@ Section "PsfPlayer (required)" SectionEnd -!include "..\..\..\installer_win32\vcredist2015_x64.nsh" - ; Optional section (can be disabled by the user) Section "Start Menu Shortcuts"