Link to home
Create AccountLog in
Avatar of timbrigham
timbrighamFlag for United States of America

asked on

MDT - Save i386 directory

I'm trying to save a copy of the i386 directory from the C:\minint\source\ folder during the installation process for XP when executed from MDT. I'm using an imported ISO, not a WIM image.

The command I'm trying to use is a command line using "xcopy /S /I C:\minint\source\i386 C:\".
This either fails with the i386 directory not existing or hangs indefinitely, depending on where in the task sequence it is placed. What am I doing wrong?
SOLUTION
Avatar of johnb6767
johnb6767
Flag of United States of America image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
During GUI Mode setup, say during Device Installations....
ASKER CERTIFIED SOLUTION
Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Avatar of timbrigham

ASKER

Thanks gentlemen - that did it.