[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [33081] trunk/blender/release/windows/ installer/00.sconsblender.nsi: Fix [#24552] Exception when starting Blender on Windows XP SP3

Nathan Letwory nathan at letworyinteractive.com
Mon Nov 15 11:29:42 CET 2010


Revision: 33081
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=33081
Author:   jesterking
Date:     2010-11-15 11:29:42 +0100 (Mon, 15 Nov 2010)

Log Message:
-----------
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.

Modified Paths:
--------------
    trunk/blender/release/windows/installer/00.sconsblender.nsi

Modified: trunk/blender/release/windows/installer/00.sconsblender.nsi
===================================================================
--- trunk/blender/release/windows/installer/00.sconsblender.nsi	2010-11-15 09:15:36 UTC (rev 33080)
+++ trunk/blender/release/windows/installer/00.sconsblender.nsi	2010-11-15 10:29:42 UTC (rev 33081)
@@ -162,10 +162,6 @@
   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





More information about the Bf-blender-cvs mailing list