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:
@@ -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
|
||||
|
Reference in New Issue
Block a user