Topic: Changing the initial "extract to" folder
If this has already been discussed, I apologize. I've searched using every keyword I can think of.
I'm trying to use method 2, with KTD set for C:\Drivers
Everything is working, I'm just trying to speed the install a bit. During windows setup the driver zips are extracted to C:\ , needed drivers installed, then the finisher has to copy all of those extracted drivers to C:\Drivers. I'd like to instead do the initial unzip to the final KTD location, so that the finisher doesn't have to copy the 3+Gb of drivers later.
I've tried editing the OEM\DP_Install_Tool.cmd so that the initial extraction goes to %systemdrive%\Drivers\, but my changes seem to be getting ignored. Am I editing the wrong file? Does the extract to location need to be set as a variable first, say using a "set drvpath=%systemdrive%\Drivers" so that the unzip command line runs just as "%drvpath%\" rather than "%systemdrive%\Drivers\" ? I'm not sure why it would make a difference though.
Or am I looking in the wrong place entirely?