mikecarter79 Posted July 12, 2013 Report post Posted July 12, 2013 Hello ! I am currently trying to deploy Win 7 using unattend file and driver store injection. The target machine picsk up the correct drivers, so that part works fine. My autounattend.xml works fine as well. My problem is that I also need to push a $OEM$ folder to target system which contains custom background image as well as all the drivers in case customer needs re-install a driver. I was hoping I could just the $OEM$ in the install directory and it would get picked up during install. Nope. Any help would be greatly appreciated !! -Mike Quote Share this post Link to post Share on other sites More sharing options...
btdag Posted July 23, 2013 Report post Posted July 23, 2013 You need to create a $OEM$ folder in Deployment\Images\YourImages folder. So for example Create this folder: Deployment\Images\MyImages\Image1 For Deployment\Images\MyImages\Image1.wim Then create Deployment\Images\MyImages\Image1\$OEM$\$$ (this goes directly to the C:\Windows directory) Deployment\Images\MyImages\Image1\$OEM$\$1 (this goes directly to the C:\ directory) Then put your files and folders in those directories and they will get deployed with your images. 1 Quote Share this post Link to post Share on other sites More sharing options...
mikecarter79 Posted August 22, 2013 Report post Posted August 22, 2013 btdatg, Awesome !!! Worked perfectly. Thank you very much for your response. -Mike Quote Share this post Link to post Share on other sites More sharing options...