justusiv Posted August 12, 2009 Share Posted August 12, 2009 Hello all, I am trying to figure out the correct way to add all my supported models drivers into my image.It appears to work if i add them via dism before sysprep but that seems like a pain. I tried adding them after i syspreped and it gave errors. Ideas? Link to comment Share on other sites More sharing options...
Dechy Posted August 13, 2009 Share Posted August 13, 2009 I haven't tried doing it after sysprep myself, but why do you say adding them with DISM is a pain? Seeing as you can add any number of drivers (and patches while you're at it) in one fell swoop thanks to the possibility of recursing all the folders, I'm not sure why you refer it as a pain to do so.I'm still in the "early" stages of developping an image for my department, but one thing I've done a LOT is having to recreate the .WIM file from scratch a lot, because of too much tampering and errors on my part. I've got 2 big folders; 1 for drivers & 1 for patches/other packages and with 2 DISM commands (/add-package & /add-driver) over 20 items get added in no time recursively.Hopefully, it's just that you don't know of the /recurse switch, like me back then (lack of documentation for that switch). If that's not the case, I've never tried to add drivers after sysprep, so can't help you there. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now