From 4ce3c1e8b89cd7b8178ee8f360f6a431d3d381e6 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 1 Jan 2015 16:45:24 -0800 Subject: Remove the 32/64 bit warning in the Windows installer We now have perfectly fine 32bit binaries with Qt5 so no more reason to steer people towards 64bit binaries. Actually, I don't plan to make 64bit binaries for the next release. Signed-off-by: Dirk Hohndel --- packaging/windows/subsurface.nsi.in | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'packaging/windows') diff --git a/packaging/windows/subsurface.nsi.in b/packaging/windows/subsurface.nsi.in index 32c063672..d22061880 100644 --- a/packaging/windows/subsurface.nsi.in +++ b/packaging/windows/subsurface.nsi.in @@ -80,25 +80,6 @@ !insertmacro MUI_LANGUAGE "English" -#-------------------------------- -# Default installer section - -Function .onInit - !include x64.nsh - ${If} 64BITBUILDTOKEN - ${IfNot} ${RunningX64} - MessageBox MB_OK "You cannot install the 64bit version of Subsurface on a 32bit version of Windows" - Abort "Please download the 32bit version of the Subsurface installer" - ${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} -FunctionEnd - Section SetShellVarContext all -- cgit v1.2.3-70-g09d2