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

Comments, questions, bug reports, etc.
Post Reply
shodan
Posts: 2
Joined: Tue Oct 11, 2022 6:14 am

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

Post by shodan »

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
DISM /image:C:\install.wim /add-package /packagepath:c:\updates\

thanks !
shodan
Posts: 2
Joined: Tue Oct 11, 2022 6:14 am

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

Post by shodan »

After some more searching I found, the 8th post on this forum answered this question back in 2015

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 command I found was

oscdimg -u2 -m -bC:\Users\myuser\Downloads\iso-win#\efi\microsoft\boot\efisys.bin C:\Users\myuser\Downloads\iso-win#\ C:\Users\myuser\Downloads\iso-win#\new-iso-name.iso

It's very possible that this is entirely another software that does that, still have to search ...
Post Reply