Hi all. I am working on my Windows XP to Windows 7 SCCM OSD task sequence. On of the steps I have in the TS is to take a full backup image of the XP system, before the drive is wiped and Windows 7 is installed.
I use the MDT 2012 toolkit, and the ZTIBackup.wsf script to perform the image capture to a .wim file on the network. ZTIBackup.wsf actually uses ImageX.exe to perform the image capture. The step usually works, but on certain computers ImageX will run into files that deems "in use by another process". This is strange because before the ZTIBackup step, my TS reboots the PC into WinPE, so no files in C: volume should be in use. Still ImageX throws an Error=32.
I have added the files that cause the errors to the [ExclusionList] section Wimscript.ini. This works for the particular computer and file I am currently having problems with, but inevitably, the next computer will have problems with a different file.
Is there a way to allow ImageX to ignore 'files in use' or other errors, and just continue with the backup? I have read the TechNet on ImageX command line usage, and I don't see an option...
Thanks in advance!