From 0e0d6135afb626480f85135cf1c16c1701105088 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 29 Oct 2014 11:24:43 -0700 Subject: Don't install Windows 64bit binaries on 32bit system Also warn people installing 32bit binaries on a 64bit system Signed-off-by: Dirk Hohndel --- packaging/windows/subsurface.nsi.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'packaging/windows/subsurface.nsi.in') diff --git a/packaging/windows/subsurface.nsi.in b/packaging/windows/subsurface.nsi.in index f1af9e9e5..58b59a66b 100644 --- a/packaging/windows/subsurface.nsi.in +++ b/packaging/windows/subsurface.nsi.in @@ -84,6 +84,19 @@ # Default installer section Section + !include x64.nsh + ${If} 64BITBUILDTOKEN + ${IfNot} ${RunningX64} + Abort "You cannot install the 64bit version of Subsurface on a 32bit version of Windows" + ${EndIf} + ${Else} + ${If} ${RunningX64} + MessageBox MB_YESNO "Do you really want to install the 32bit version of Subsurface on your 64bit version of Windows?" IDYES goforit + Abort "Please download the 64bit version of the Subsurface installer" + goforit: + ${EndIf} + ${Endif} + SetShellVarContext all # Installation path -- cgit v1.2.3-70-g09d2