summaryrefslogtreecommitdiff
path: root/trunk/release
diff options
context:
space:
mode:
authordcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2010-05-10 23:39:22 +0000
committerdcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2010-05-10 23:39:22 +0000
commitc340d9db8c59acc5661cb9f6b3fd39846c35be71 (patch)
treea9ae010f9a0cd07f456525a875484cbacc35342a /trunk/release
parentf559d2e5cfc0e8c3eae71351816225c529f3bf75 (diff)
Only disable filesystem redirection in the 64-bit installers
git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@184 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'trunk/release')
-rw-r--r--trunk/release/libjpeg-turbo.nsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/trunk/release/libjpeg-turbo.nsi b/trunk/release/libjpeg-turbo.nsi
index aaa96d9..e944466 100644
--- a/trunk/release/libjpeg-turbo.nsi
+++ b/trunk/release/libjpeg-turbo.nsi
@@ -12,9 +12,11 @@ UninstPage uninstConfirm
UninstPage instfiles
Section "libjpeg-turbo SDK for ${PLATFORM} (required)"
+!ifdef WIN64
${If} ${RunningX64}
${DisableX64FSRedirection}
${Endif}
+!endif
SectionIn RO
!ifdef GCC
IfFileExists $SYSDIR/libturbojpeg.dll exists 0
@@ -78,9 +80,11 @@ Section "libjpeg-turbo SDK for ${PLATFORM} (required)"
SectionEnd
Section "Uninstall"
+!ifdef WIN64
${If} ${RunningX64}
${DisableX64FSRedirection}
${Endif}
+!endif
SetShellVarContext all