2012/11/28

WDS Server - Use Windows AIK tool to add new driver


1. Find your boot.wim file location.
2. Open Windows AIK tool (command mode).
3. Use "dism /get-wiminfo /wimfile:X:\boot.wim" to get Windows Setup information.
4. Check Windows Setup is Index 2.
5. Create mountboot folder.
6. Use "dism /mount-wim /wimfile:X:\boot.wim /index:2 /mountdir:X:mountboot" to extract boot.wim.
7. Use "dism /image:X:\mountboot /add-driver /driver:X:\driver folder\xxx.inf" to install driver.
8. Use "dism /unmount-wim /mountdir:X:\mountboot /commit" to package your new boot.wim file.

沒有留言:

張貼留言