August 16, 200719 yr I have done the following in BDDConverted an existing ghost image to a wim by1) Booting image, running sysprep - reseal and shutdown2) Capture image with imagex to a wim3) added Wim As OS ( using setting setting -DO NOT USE sysprep Files- also used SYSPREP FILES from a copy of the sysprep directory on the reference PC)4) Created a build5) Deploy wim via BDD win PE Light touch6) Problem is it seems that only the sysprep.inf from the image is being used, ( which doesnt have the GUIRUNONCE entry to run and finsih the LTI process after sysprep.7) ANy way to have the sysprep.inf that BDD shows under the build section applied?
August 17, 200719 yr Hi,I would search for the LTISysprep.vbs(wsf) - dont remember if it is .vbs or .wsf - on the BDD server and the backtrack the scripts. Eventually, u will see that the scripts copies the sysprep.inf from the server to a catalouge on the build client. The target directory must be c:\sysprep\(sysprep.inf) on the client or it will fail..... u can manually add the [GuiRunOnce] section to the sysprep.inf file in case it is missing it.... U can also enable debug logging when performing the build of the image from BDD. Then, u can read the logs that was created on the client, and check for issues....Where does sysprep.inf file that u can see from the Deployment Workbench end up on the client, and where is it stored on the server?Good luck to ya...
Create an account or sign in to comment