Search found 2 matches

by shodan
Tue Oct 11, 2022 8:22 am
Forum: wimlib discussion
Topic: Can wimlib be used to add updates and drivers to wim files ?
Replies: 1
Views: 4466

Re: Can wimlib be used to add updates and drivers to wim files ?

After some more searching I found, the 8th post on this forum answered this question back in 2015 https://wimlib.net/forums/viewtopic.php?t=8 Unless things have changed of course ! My next question, but I'm not sure if it's relevant to wimlib, would be can we make the bootable iso from linux The com...
by shodan
Tue Oct 11, 2022 6:17 am
Forum: wimlib discussion
Topic: Can wimlib be used to add updates and drivers to wim files ?
Replies: 1
Views: 4466

Can wimlib be used to add updates and drivers to wim files ?

Hi, I would like to automatically prepare updated wim files, slipstream updates, drivers, unattend files and extra packages using only linux and wimlib Does this package have any functions similar to these dism commands ? dism /Add-Driver c:\wim-mounted /driver:c:\drivers /Recurse /ForceUnsigned DIS...