How to install DTM? Can I use "Windows Logo Kit 1_0_c"?

We want to do WHQL authentication for our driver.So we should install WDK.But in Microsoft Connect site for “Windows Driver Kit (WDK), Windows Logo Kit (WLK) and Windows Driver Framework (WDF) Home”, I can’t find WDK to download for Windows 2003 server.I ony found “Windows Logo Kit 1_0_c”.Can I use this to instead WDK?
If use “Windows Logo Kit 1_0_c”,when I install DTM Controller on the Windows 2003 server,should I install “Microsoft DTM Test 1.0.6001.300” ?
Thanks!

The current non-beta tools are:

  1. The WDK 6000 for driver development, but not the DTM portion

  2. The WLK 1_0_c for all testing of XP, 2003, and Vista.

So develop with the WDK and test with the WLK.


Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr
Remove StopSpam to reply

wrote in message news:xxxxx@ntdev…
> We want to do WHQL authentication for our driver.So we should install
> WDK.But in Microsoft Connect site for “Windows Driver Kit (WDK), Windows
> Logo Kit (WLK) and Windows Driver Framework (WDF) Home”, I can’t find WDK
> to download for Windows 2003 server.I ony found “Windows Logo Kit
> 1_0_c”.Can I use this to instead WDK?
> If use “Windows Logo Kit 1_0_c”,when I install DTM Controller on the
> Windows 2003 server,should I install “Microsoft DTM Test 1.0.6001.300” ?
> Thanks!
>
>

Thanks!

The fourth install part “Microsoft DTM Tests” of “Windows Logo Kit 1_0_c” should install in which system:controller\stadio\client?

Hopefully someone can answer this, I have had no luck installing DTM.
Microsoft just updated a paper on install at
http://www.microsoft.com/whdc/DevTools/WDK/DTM/DTMhowto.mspx unfortunately
like every other install help they have done for DTM it is out of date the
day they published it. In this case the paper is for 1.0B or earlier, and
of course we are all supposed to be using 1.0C.


Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr
Remove StopSpam to reply

wrote in message news:xxxxx@ntdev…
> Thanks!
>
> The fourth install part “Microsoft DTM Tests” of “Windows Logo Kit 1_0_c”
> should install in which system:controller\stadio\client?
>

xxxxx@hotmail.com wrote:

Thanks!

The fourth install part “Microsoft DTM Tests” of “Windows Logo Kit 1_0_c” should install in which system:controller\stadio\client?
The DTM tests need to be installed on the Controller, on a 2003 SP1
machine. You may and can install also the Studio on the same machine.

The installation of the WLK 1_0_c is pretty straightforward, as far as
I remember you can go with default options. To install the studio and
client you need to run them from the shared that is installed by the DTM
controller.

have a nice day,


Sandor LUKACS
Analyst Programmer, R&D
BitDefender

E-mail: slukacs[at]bitdefender[dot]com
Phone : +40 264 443 008

www.bitdefender.com

Dear List,

I am also newbie to Windows but responding to this thread because just now I installed the DTM and the procedure as below:

I downloaded WLK 1.0.6001.300 from the Microsoft site.

On Windows 2003 Server machine, I installed .NET framework, MSSQL server which are part of WLK and pre-requisites for DTM Controller.

Install DTM Controller and DTM Tests on same Server 2003 machine.

You can install DTM Studio on the same machine or any other machine from the Controller share folder path \controllername\DTMInstall\Studio\Setup.exe.

The DTM Client can be on any other XP machine from \controllername\DTMInstall\Client\setup.exe The client installation creates new user login called DTMLLUAdminUser on the test client system.

Please respond if you find any issues from the above installation procedure. Queries regarding DTM can be posted at the following group:

http://groups.google.co.in/group/microsoft.public.development.device.drivers.dtm/topics?hl=en

Regards,
Uday Bhaskar.

Typo error. Mailing group for DTM is

http://groups.google.co.in/group/microsoft.public.development.device.drivers.dtm/topics

Regards.

Question, have you successfully run tests with this procedure? DTM is
known for “installing correctly” and then not running tests because the
install was not really correct.


Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr
Remove StopSpam to reply

wrote in message news:xxxxx@ntdev…
> Dear List,
>
> I am also newbie to Windows but responding to this thread because just
> now I installed the DTM and the procedure as below:
>
> I downloaded WLK 1.0.6001.300 from the Microsoft site.
>
> On Windows 2003 Server machine, I installed .NET framework, MSSQL server
> which are part of WLK and pre-requisites for DTM Controller.
>
> Install DTM Controller and DTM Tests on same Server 2003 machine.
>
> You can install DTM Studio on the same machine or any other machine from
> the Controller share folder path
> \controllername\DTMInstall\Studio\Setup.exe.
>
> The DTM Client can be on any other XP machine from
> \controllername\DTMInstall\Client\setup.exe The client installation
> creates new user login called DTMLLUAdminUser on the test client system.
>
> Please respond if you find any issues from the above installation
> procedure. Queries regarding DTM can be posted at the following group:
>
> http://groups.google.co.in/group/microsoft.public.development.device.drivers.dtm/topics?hl=en
>
> Regards,
> Uday Bhaskar.
>

I ran the sample tests to test the standard 101 keyboard driver provided by Microsoft. All the tests were successfully executed.

I am struck in testing my own driver.

Dear List,
Thank you!
In the first time,I install part “Microsoft DTM Tests” of “Windows Logo Kit 1_0_c” in Server 2003.But when I start DTM Studio, and open Job Monitor window,there is a error, and can’t create a machine pool.
In the second time,I didn’t install “Microsoft DTM Tests” ,and the error is not appear,and I can create a machine pool.
But I don’t run test now,so I can’t affirm the “Microsoft DTM Tests” needn’t to be installed in server 2003.

The problem may be with installation. I guess that the error you in your first attempt may be as below:
“cannot connect to the data store”. That is the studio is unable to connect to MSSQL server of the controller.

We cannot continue without installing tests. We may create test machine pool and move the client from the default to new test machine pool but in order to perform the driver testing, DTM tests must be installed in the controller machine.

Correct me if I am wrong.

Regards,
Uday Bhaskar.

Yes, the error is “cannot connect to the data store”. If we install “Microsoft DTM Tests” ,how can we resolve this error?
Thank you!

Regards,
Qihua Wang

Dear Wang and List,

You already installed Controller, Studio on Server 2003 machine and client on other machine. Also you are able to create the new machine pool in the job monitor of Studio. This indicates that the data store connection had been already established successfully.

Now install the DTM tests on the Controller to proceed with testing. If you have any further problem kindly reply with the step by step procedure you followed.

Regards,
Uday Bhaskar.

Dear Uday,

Thank you for your answser.I’ll try to do it.

Regards,
Qihua Wang.