slipstream drivers to Windows 8 ISO

Discussion in 'Windows 8' started by EC51, Nov 5, 2012.

  1. EC51

    EC51 MDL Novice

    Nov 4, 2012
    21
    1
    0
    Hi guys.

    Can anyone point me to a way/guide to slipstream device drivers to Windows 8 Pro ISO ?
     
  2. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    18,682
    18,581
    340
  3. KNARZ

    KNARZ MDL Addicted

    Oct 9, 2012
    895
    482
    30
    or without gui use dism.exe directly /add-driver
     
  4. NICK@NUMBER11

    NICK@NUMBER11 MDL Expert

    Mar 23, 2010
    1,503
    720
    60
    Use this medthod


    Dism.exe /Mount-Wim /WimFile:%~dp0install.wim /Index:1 /MountDir:%~dp0MOUNT
    Dism.exe /image:%~dp0MOUNT /Add-Package /PackagePath:"%~dp0x86"
    Dism.exe /image:%~dp0MOUNT /Add-Driver /Driver:"%~dp0x86-Drivers" /Recurse
    Dism.exe /Unmount-Wim /MountDir:%~dp0MOUNT /commit

    Dism.exe /Mount-Wim /WimFile:%~dp0install.wim /Index:2 /MountDir:%~dp0MOUNT
    Dism.exe /image:%~dp0MOUNT /Add-Package /PackagePath:"%~dp0x86"
    Dism.exe /image:%~dp0MOUNT /Add-Driver /Driver:"%~dp0x86-Drivers" /Recurse
    Dism.exe /Unmount-Wim /MountDir:%~dp0MOUNT /commit

     
  5. colinzim

    colinzim MDL Senior Member

    May 14, 2007
    461
    114
    10
  6. xscess

    xscess MDL Senior Member

    Jul 27, 2009
    368
    365
    10
    #6 xscess, Dec 9, 2012
    Last edited by a moderator: Apr 20, 2017