Fix [#24552] Exception when starting Blender on Windows XP SP3

Reported by Ruud van Eeghem

Instead of running vcredist, which can fail when installing as normal user, have the DLLs
like our zip distribution bundled already inside install dir.
This commit is contained in:
Nathan Letwory 2010-11-15 10:29:42 +00:00
parent 5182fa2e05
commit 9453d40d93

@ -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