Sample Header Ad - 728x90

SQL Server 2022 setup silently closes with no clue

2 votes
3 answers
1388 views
When trying to install SQL Server 2022 from iso, I can't get setup wizard doing a single (visible) action when I click the "New SQL Server standalone installation" link. Everything seems being blocked at landingPage.exe startup. All I can get from C:\Program Files\Microsoft SQL Server\160\Setup Bootstrap\Log is the following:
(01) 2022-12-14 08:38:52 Slp: Completed Action: ExecuteBootstrapAfterExtensionsLoaded, returned True
    (01) 2022-12-14 08:38:52 Slp: ----------------------------------------------------------------------
    (01) 2022-12-14 08:38:52 Slp: Running Action: LandingPage
    (01) 2022-12-14 08:38:52 Slp: Landing page action
    (01) 2022-12-14 08:38:52 Slp: Starting Landing Page: Path = D:\x64\LandingPage.exe, Arguments =  /ENU /MEDIASOURCE="D:\\"
LandingPage summary is the following:
Overall summary:
      Final result:                  Passed
      Exit code (Decimal):           0
      Start time:                    2022-12-14 08:38:50
      End time:                      2022-12-14 08:48:19
      Requested action:              LandingPage
    
    Machine Properties:
      Machine name:                  XXXXXXXXXX
      Machine processor count:       8
      OS version:                    Microsoft Windows 10 Entreprise (10.0.19044)
      OS service pack:               
      OS region:                     United States
      OS language:                   français (France)
      OS architecture:               x64
      Process architecture:          64 Bit
      OS clustered:                  No
    
    Package properties:
      Description:                   Microsoft SQL Server 2022 
      ProductName:                   SQL Server 2022
      Type:                          RTM
      Version:                       16
      SPLevel:                       0
      Installation location:         D:\x64\setup\
      Installation edition:          
    
    Notice: Please read Microsoft SQL Server Software License Terms at aka.ms/useterms.
    
    User Input Settings:
      ACTION:                        LandingPage
      CONFIGURATIONFILE:             
      ENU:                           true
      HELP:                          false
      IACKNOWLEDGEENTCALLIMITS:      false
      INDICATEPROGRESS:              false
      QUIET:                         false
      QUIETSIMPLE:                   false
      SUPPRESSPAIDEDITIONNOTICE:     false
      SUPPRESSPRIVACYSTATEMENTNOTICE: false
      UIMODE:                        Normal
    
      Configuration file:            C:\Program Files\Microsoft SQL Server\160\Setup Bootstrap\Log\20221214_083850\ConfigurationFile.ini
    
    Rules with failures or warnings:
    
    Rules report file:               The rule result report file is not available.
I previously installed SQL Server 2022 CTP2 on the same machine, but I chose to remove all the stuff prior to set the RTM version up, and all went fine at the time :/ What am I supposed to do to make it installed? Thanks,
Asked by tivivi (41 rep)
Dec 14, 2022, 08:05 AM
Last activity: Oct 13, 2024, 07:01 PM