Page 1 of 1

WinPE customisation

Posted: Mon Aug 17, 2015 7:49 am
by maltes
Hello,

we're running a custom Linux based setup for deploying all of our Windows installations. The only step in the scheme that requires Windows is creating the WinPE image. Now I wonder if there is a way around this with wimlib. We need to add some feature packages to the boot.wim image that comes with Windows PE (at the very least WinPE-Setup, WinPE-Setup-Client, WinPE-Setup-Server) plus some network and storage drivers. Is there a way to achieve this with wimlib, i.e. equivalents of DISM /Add-Driver and DISM /Add-Package?

Thanks!

Re: WinPE customisation

Posted: Mon Aug 17, 2015 12:37 pm
by synchronicity
No, wimlib does not provide equivalents of the /Add-Driver and /Add-Package commands.