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-07-06 20:39:40 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2010-07-06 20:39:40 +0400
commitca5de1ea33193abbc0aacc28e70a505ac57f9e4a (patch)
tree5dd7606d11e7dc3e31d1a0038a8d0c35042cc6fe /release/windows
parenta0e12214722476f4d1b7f29f2c8c4b11dcd6fad4 (diff)
=== Windows Installer ===
Make sure for win64 version of Blender that we set default install dir to $PROGRAMFILES64 and keep win32 version to $PROGRAMFILES32. Reported on Graphicall.org by Robroy
Diffstat (limited to 'release/windows')
-rw-r--r--release/windows/installer/00.sconsblender.nsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/windows/installer/00.sconsblender.nsi b/release/windows/installer/00.sconsblender.nsi
index 3b10477bffe..4f31e17d004 100644
--- a/release/windows/installer/00.sconsblender.nsi
+++ b/release/windows/installer/00.sconsblender.nsi
@@ -66,7 +66,7 @@ UninstallIcon "[RELDIR]\00.installer.ico"
Caption "Blender [VERSION] Installer"
OutFile "[DISTDIR]\..\blender-[VERSION]-windows[BITNESS].exe"
-InstallDir "$PROGRAMFILES\Blender Foundation\Blender"
+InstallDir "$PROGRAMFILES[BITNESS]\Blender Foundation\Blender"
BrandingText "Blender Foundation | http://www.blender.org"
ComponentText "This will install Blender [VERSION] on your computer."