New
#1
Slipstreaming Updates into install media working from Linux
I'm looking around to find a way for creating a windows 7 installation media with also all available updates included.
I found that a suggested way is by using DISM command:
GitHub - zguithues/Slipstream-Windows-Updates-Guide: This guide is intended to help others figure out how to slipstream updates into a windows update iso or usb device
I'd like to understand a bit better this procedure in particular how DISM slipstream command works behind the scenes, and try to replicate it from a Linux system. That's my goal: creating a windows 7 updated media using Linux native tools. An exception could be the use of some windows tool that can run on Linux via Wine.
If you could help will be really appreciated. Thanks in advance! :)