1
Is it possible to produce a pre-patched Win7 WIM image using MDT deployment Workbench only? Presently, I'm using dism command line tool in order to pre-patch the WIM images with the downloaded packages. thus, I can put the freshly updated WIM image on the WDS server in order to distribute the new (patched) OS image.
Recently, we moved to MDT. I can see that in deployment workbench you can add packages, drivers and applications right on top of a set of images provided by WDS ( or from a local WIM storage ).
However, something is not clear to me about the mechanism behind MDT. When I add drivers/packages/applications, a new image is produced or for each machine that I will deploy all the patches will be apllied every time? In other words, is there a first step in which an "updated" iamage is produced and then deployed on several machines or every time MDT makes the patches will be installed on each machine in the deployment stage?
In the first case, is it possible to obtain a WIM image with all the stuffs without deploying it and keep it for example for offline update or for a backup instead to reapply all the patches every time ?
When you click "update" the original WIM image in the deployment share is then modified definitively? Thus, MDT acts like : mount/apply updates/umount procedure with CLI command DISM, right ? So I can "bake" a new updated wim image starting from a vanilla one using MDT only. Can you confirm this ? – alexroat – 2014-09-08T12:25:55.037
@alexroat the other answer seems to indicate the opposite. It is more like the setup applies the changes after installing the wim. – jiggunjer – 2017-02-09T21:59:43.617