For whatever reason our Win 7 deployment hasn't been kept up to date with new updates and I've started adding them as packages. (I know I can create a new image but it's not viable at the moment). Problem is, it's throwing this error when I import the updates from 2011
http://social.technet.microsoft.com/Forums/getfile/174215
I can't see where in any of the logs it specifies package installation so I can't tell which one it's having issues with. Does it break it down in a log I'm missing or is there another way to figure out where it's getting stuck bar adding them one by one?
The log files that you will need are only in the X: drive while booted into Windows PE, as the packages are installed into the offline image during the Offline Servicing pass. There is an easy way to collect all the log files in MDT, and that is by using the SLShare setting in the deployment share rules. SLShare is detailed in the MDT help files, but basically, you create a folder in your deployment share (Logs) and then set SLShare=\servername\deploymentshare$\logs. This setting will create a folder (inside the logs folder) with the same name as the computer and copy all the log files into that folder, including the ones from the X drive.
The DISM.log or the CBS.log should have something related to this and are located under X:\Windows\logs
Hope this helps,