diff options
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/windows/subsurface.nsi.in | 19 |
1 files changed, 0 insertions, 19 deletions
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 |