Sunday, November 7, 2010
Windows DDK Installation
Step 1-- Download DDK from Miscrosoft
* File GRMWDK_EN_7600_1.ISO
Step 2 -- WDF DDK
Install the DDK using the installer. Make sure to read the INSTALL.HTML document provided by Microsoft.
* Run KitSetup.exe
Step 2a -- WDF DDK
When installing the WDF DDK, be sure to manually configure the environment variable for your build(eg WIN7BASE). Under '>>System Properties>>Advanced>>Environment Variables", add WIN7BASE variable as the one you used in installing the DDK. For verification, go to the command prompt and make sure this value shows up when using SET WIN7BASE. Point this variable to the DDK version you installed
Step 3 -- Test the tools
At this point, build some of the sample drivers. Instructions for doing this come with the DDK's. If you are able to build one or two sample drivers now, you will have significantly fewer problems later.
Subscribe to Comments [Atom]
Post a Comment