[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser-build][main] Bug 41150: Do not check for SSE2 in the Windows installer anymore.



Title: GitLab

Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build

Commits:

  • c37f7e92
    by Pier Angelo Vendrame at 2024-05-28T16:45:15+02:00
    Bug 41150: Do not check for SSE2 in the Windows installer anymore.
    
    Tor Browser requires SSE2, so a long time ago we added a check on the
    Windows installer to warn users in case their machine did not support
    this instruction set.
    However, Windows 7 is the minimum OS we support, and from 2018 it also
    requires SSE2. Moreover, 14.0 will require Windows 10.
    
    We are going to add translations for the installer, and at this point
    it makes more sense to remove this check, rather than asking
    translators to translate a messages nobody will see in a few months
    from now.
    

1 changed file:

Changes:

  • projects/browser/windows-installer/common.nsh
    ... ... @@ -66,15 +66,6 @@ Function CheckRequirements
    66 66
         SetErrorLevel 1
    
    67 67
         Quit
    
    68 68
       ${EndIf}
    
    69
    -
    
    70
    -  ; Don't install on systems that don't support SSE2. The parameter value of
    
    71
    -  ; 10 is for PF_XMMI64_INSTRUCTIONS_AVAILABLE which will check whether the
    
    72
    -  ; SSE2 instruction set is available.
    
    73
    -  System::Call "kernel32::IsProcessorFeaturePresent(i 10)i .R7"
    
    74
    -  ${If} "$R7" == "0"
    
    75
    -    MessageBox MB_OK|MB_ICONSTOP "${PROJECT_NAME} requires a processor with SSE2 support."
    
    76
    -    Quit
    
    77
    -  ${EndIf}
    
    78 69
     FunctionEnd
    
    79 70
     
    
    80 71
     Function CheckIfTargetDirectoryExists
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits