Page 1 of 1

Offline updating a windows installation.

PostPosted: 13.01.2017, 22:08
by mysterieworld
I wonder why never someone suggest to make the tool also possible to update offline windows installations.

It should not really be hard to do, the dism do also offline installations updating.

Re: Offline updating a windows installation.

PostPosted: 14.01.2017, 23:01
by aker
It is not that difficult to install the updates, that's right (just "dism /image:Y:\ /add-package /packagepath:..."). But currently impossible to detect, which updates are required as WUA doesn't work in Windows PE (or something like that).