When you are using a Windows computer then it has already a built in DISM
Thus just take the WIM file of the autoamtion folder. Example: DISM.exe /Mount-Wim /WimFile:C:\test\images\myimage.wim /index:1 /MountDir:C:\test\offline
Then just copy the Ghost image files on a direcftory there, best if you create new one. (You will pretty much see the root of X drive after you have mounted)
Then commit the changes and unmount the WIM
Thats all that needs to done on the WIM
The Ghost command itself it pretty easy
ghost -sure -clone,MODE=restore,DST=1,SRC=%IMAGEPATH% -notrim
But one part that I am not 100%, if automation folder loads like PXE.
Meaning that if the WIM is loaded it is loaded into RAM.
Thus if we add 11GB image inside the WIM + WinPe itself 300-400MB
Then that means definetly the target client machine should have 12+GB of RAM, would be better if 16GB.
Have not yet seen any people who load that large of WIM files into RAM, not sure how the client machine might behave.