Error in Windows 7 installation

Discussion in 'Windows 7' started by Asim Omer, Oct 23, 2011.

  1. Asim Omer

    Asim Omer MDL Member

    Jan 28, 2011
    104
    6
    10
    #1 Asim Omer, Oct 23, 2011
    Last edited by a moderator: Apr 20, 2017
    Hello everyone


    I have a problem in Windows 7 installation in the stage of "Completing installation". The error say:

    "Windows could not configure one or more system components. To install Windows, restart the computer and then restart the installation."

    And when I restart the installation the same message appears again.

    I have integrated my drivers and the SoLoR update pack.

    And have some scripts:
    Setupcomplete.cmd
    Code:
    regedit /s %systemroot%\Setup\Scripts\regtweaks.reg
    
    for %%i in (CmdPromptHere_3.0 FileExtToggle_3.0 HiddenFilesToggle_3.0) do regsvr32 %systemroot%\system32\%%i.dll /s
    
    cmd /c %systemroot%\Setup\Scripts\silverlight.exe /q
    
    EXIT
     
  2. chianf092

    chianf092 MDL Senior Member

    Aug 29, 2008
    279
    21
    10
    #2 chianf092, Oct 23, 2011
    Last edited by a moderator: Apr 20, 2017
    Rebuild your SetupComplete.cmd file the way I showed you in the other post. Copy the other lines and change the silverlight to this "Start /wait %systemroot%\Setup\Scripts\silverlight.exe /q". Like I told you in the other post that new line you generated might give you errors, and it looks like it is.