Hi, I have been unable to find any information on how to layer images using MDT. Specifically, I want to have the following setup: - Layer 1: OS, patches
- Layer 2: Layer 1 + Base/Common Apps and Settings, Additional patches
- Layer 3: Layer 2 + Deployment Specific Apps and Settings
So far, this is where I'm at: Layer 1 Task Sequence - Install XP SP3, disable run sysprep step, boot LTI disc, New Computer deployment, choose the option to copy and run sysprep, enable Windows Update steps. Post install, note sysprep hasn't run b/c the step is disabled, boot to LTI, capture L1 image. Add the image to the OS's in the workbench. Choose the option to not copy sysprep files. Layer 2 Task Sequence - Install L1 image, sysprep is enabled, installs base apps and settings, enable Windows Update steps. Boot to LTI, choose the Layer 2 Task Sequence, New Computer deployment (to bare metal system), choose run sysprep. At this point, the WIM is loaded fine, but the process doesn't start automatically. There is no link the Startup folder. When I run the Litetouch.wsf manually from the MININT folder, the task sequence starts its execution, although I’m not sure about autologin as I’ve not tested it. That’s neither here nor there though, as this isn’t behaving as expected. I’d expect the Litetouch process to kick off automatically and execute the task sequence like any other deployment. How can I make this work? Thanks, Jim |