Sysprep And Capture Windows 2012 Std

Author: | Posted in Virtualisation No comments

I recently encounter an error while capturing my Windows 2012 Std Lab server. Some change in the scripts helps me. Hope It helps you too.

I’m not quite familiar with MDT 2012 but I just tryed to capture an updated Windows 2012 Std server. I’ve got an error on LTIApply.wsf at the beginning of the sequence.

The error begin this way :

ZTI ERROR – Unhandled error returned by LTIApply: Not found (…

As mention in the MS KB2797676, you just have to add the following three lines above the section Title “Copy bootmgr” :

If not oFSO.FolderExists(sBootDrive & "\Boot") then
oFSO.CreateFolder(sBootDrive & "\Boot")
End if

The KB refers only to Windows 8 but it solves my problem on Windows 2012 too.

Hope it helps.

Jerome

Add Your Comment

Your email address will not be published. Required fields are marked *