Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2010-11-15 13:29:42 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2010-11-15 13:29:42 +0300
commit9453d40d93961055dd428da9307a9d0e3144e7be (patch)
tree2717d14608b29d2a6ab7f6e99756bf1605af895f /release/windows
parent5182fa2e05f20f9d4fc90851d75f276c0cb1f1bc (diff)
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.
Diffstat (limited to 'release/windows')
-rw-r--r--release/windows/installer/00.sconsblender.nsi4
1 files changed, 0 insertions, 4 deletions
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