I am trying to create a WinPE image with HyperV integration drivers built in....
I'm having issues in trying to mount my winpe image to add the drivers.
This is the command I am using:
Y:\Working\Windows 2012r2 Standard\sources>"Y:\Program Files (x86)\Windows Kits\
10\Assessment and Deployment Kit\Deployment Tools\amd64\DISM\dism.exe" /mount-im
age /imagefile:boot.wim /index:1 /mountdir:Y:\mount
or
"Y:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Deployment Tools\amd64\DISM\dism.exe" /mount-image /imagefile:"Y:\Working\Windows 2012r2 Standard\sources\boot.wim" /index:1 /mountdir:Y:\mount
No matter what i do, where i put quotes, check the file exisits, permissions etc etc I always get the following error
"Error: 3
The system cannot find the path specified."
I'm banging my head against a wall - i don't know if its something obvious or i'm doing something totally wrong. Has anyone else come across this issue or know what the problem is with my command?
Thanks,