I can't get windows 7 to install for the life of me

Discussion in 'Windows 7' started by LandonSlayz, Oct 1, 2016.

  1. Mr.X

    Mr.X MDL Guru

    Jul 14, 2013
    8,575
    15,646
    270
    Thanks, awaiting here your results.
     
  2. °ツ

    °ツ MDL Addicted

    Jun 8, 2014
    816
    1,122
    30
    Yep, it worked after integrating it to install.wim
     
  3. Mr.X

    Mr.X MDL Guru

    Jul 14, 2013
    8,575
    15,646
    270
    Okay, fine. Thank you so much for the info.

    I made a self custom driver pack but I'm completely inexperienced on that. Could you share your pack? Mine has all makers found at fernando's forum.
     
  4. °ツ

    °ツ MDL Addicted

    Jun 8, 2014
    816
    1,122
    30
    #64 °ツ, Oct 8, 2016
    Last edited by a moderator: Apr 20, 2017
    What pack? I only used the latest Intel USB 3.0 driver and this:

    Code:
    dism.exe /Mount-WIM /WimFile:"C:\USB3WIM\install.wim" /index:4 /MountDir:"C:\USB3WIM\MOUNT"
    dism.exe /image:"C:\USB3WIM\MOUNT" /Add-Driver /driver:"C:\USB3WIM\USB3\x64" /recurse
    dism.exe /Unmount-wim /mountdir:"C:\USB3WIM\MOUNT" /commit
    
    
    
    Code:
    dism.exe /Mount-WIM /WimFile:"C:\USB3WIM\boot.wim" /index:2 /MountDir:"C:\USB3WIM\MOUNT"
    dism.exe /image:"C:\USB3WIM\MOUNT" /Add-Driver /driver:"C:\USB3WIM\USB3\x64" /recurse
    dism.exe /Unmount-wim /mountdir:"C:\USB3WIM\MOUNT" /commit
    
     
  5. Mr.X

    Mr.X MDL Guru

    Jul 14, 2013
    8,575
    15,646
    270
    #65 Mr.X, Oct 8, 2016
    Last edited by a moderator: Apr 20, 2017
    Thank you. I know how to use dism in this case.
    When I say pack I'm talking about Renesas, Texas Instrument and others USB hardware makers.
     
  6. °ツ

    °ツ MDL Addicted

    Jun 8, 2014
    816
    1,122
    30
    You don't need to integrate all drivers, only the one you need for your motherboard.
    Usually only Intel driver. But yeah, download all drivers from win raid forum and you have a pack.
     
  7. Mr.X

    Mr.X MDL Guru

    Jul 14, 2013
    8,575
    15,646
    270
    Well I am a technician an my install media must be ready for all cases. :cool:
    Have a nice weekend :)