diff --git a/release/windows/installer/00.sconsblender.nsi b/release/windows/installer/00.sconsblender.nsi index 7edb0924131..41e49815040 100644 --- a/release/windows/installer/00.sconsblender.nsi +++ b/release/windows/installer/00.sconsblender.nsi @@ -162,10 +162,6 @@ Section "Blender-[VERSION] (required)" SecCopyUI WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Blender" "UninstallString" '"$INSTDIR\uninstall.exe"' WriteUninstaller "uninstall.exe" - ; Let's now run silent vcredist installer - SetOutPath $TEMP - [VCREDIST] - SectionEnd Section "Add Start Menu shortcuts" Section2