Generate a PMQ File Using Target Analyzer
You use Target Analyzer to generate a .PMQ File so that you can discover and import inbox drivers into an image. Target analyzer is one of the tools provided with Windows Embedded Standard 7 Toolkit and it runs on the target device. Once you have a .PMQ file, you can use it to discover Windows Embedded Standard 7 drivers that match the hardware on your target device and then you can include those drivers in an image by using Image Configuration Editor.
-
You have a target device that meets the Requirements for an Embedded Device.
-
The target device can write the .PMQ file to one of the following locations:
-
a network location
-
removable media such as a USB Flash Drive
-
a network location
-
You have the Target Analyzer program, TAP.exe. You can find the program:
-
On a bootable utility disk, such as the Standard_7_Toolkit.iso or a bootable utility CD-ROM
-
On the development computer in the tools subfolder of the Standard 7 Toolkit installation directory. For example,
c:\Program Files\Windows Embedded Standard 7\Tools\Image Configuration Editor\Tap.exe.
-
On a bootable utility disk, such as the Standard_7_Toolkit.iso or a bootable utility CD-ROM
-
The target device can boot into one of the following operating systems:
-
Windows 7
-
Windows Preinstallation Environment (Windows PE) 3.0
-
Windows 7
-
Start the target device into one of the following operating systems:
-
Windows 7
-
Windows PE
Optionally, you can use the Standard 7 product DVD to start the device into Windows PE.
-
Windows 7
-
Insert the Standard 7 product DVD if it is not already inserted.
-
On the target device, prepare the location where Target Analyzer will generate the .PMQ file. For example, map a drive to a network location or insert a USB Flash Drive.
-
On the target device, on the command prompt, start Target Analyzer and specify the output filename. For example, type the following at the command prompt:
<DVD DRIVE>:\Windows Embedded Studio\Program Files\Windows Embedded Standard 7\Tools\Image Configuration Editor tap.exe /o <NETWORK DRIVE>\mydevice.pmq
Target Analyzer creates a .PMQ file.
-
Start the target device into one of the following operating systems:
-
Windows 7
-
Windows PE
-
Windows 7
-
On the development computer, copy TAP.exe from tools subfolder in the Standard 7 Toolkit installation directory to removable media, such as a USB Flash Drive, or to a network location. For example, type the following:
copy c:\Program Files\Windows Embedded Standard 7\Tools\Image Configuration Editor\Tap.exe \\myserver\myshare
-
On the target device, insert the USB Flash Drive or map a drive to the location that has TAP.exe.
-
On the target device, on the command prompt, start Target Analyzer and specify the output filename. For example, if TAP.exe is on a USB Flash Drive locate in drive E, type the following at the command prompt:
E:\tap.exe
By default, Target Analyzer generates the .PMQ file named
devices.pmqin the directory where TAP.exe is located. -
Target Analyzer creates a .PMQ file.
After you generate a .PMQ file, the next step is to import the .PMQ file into an answer file by using Image Configuration Editor. For more information, see Import a PMQ File into Image Configuration Editor.