Sometimes a basic WinPE disk with Acronis Plug-in does not have drivers for your specific hardware, for example, for storage device controllers. Users of Windows 7 can add such drivers to the basic WinPE 3.0 image (WIM) before creating an ISO file with Acronis Plug-in.
Attention! You can only add drivers which have the .inf filename extension.
The following procedure is based on an MSDN article that can be found at http://technet.microsoft.com/en-us/library/dd799244(WS.10).aspx
To create a custom Windows PE image, proceed as follows:
In the Start menu, click Microsoft Windows AIK, then right-click Deployment Tools Command Prompt and select Run as administrator.
Run the copype.cmd script to create a folder with Windows PE files. For example, from a command prompt, type:
copype amd64 C:\winpe_x64
Mount the base image by using the DISM tool to a local directory. For example,