Group:  English: Windows XP ยป microsoft.public.windowsxp.winlogo

Threads Replies Last Post
1 Pages: 1  
Logo program for XPe
Hi all, I've developed a driver to be compatible with Windows XP, Vista and Windows XP Embedded for PoS (WePOS). I've been looking for a list of every Windows version that has a Logo Program, but I can't find it, so I'd like to know if Windows XP Embedded has a Logo Program and if it is the same of Windows XP. Thanks in advance...
1 11/7/2008 5:00:02 PM
[DTM] How to stop a test? Inopportune reboots...
I try to test Wiascanr sample but the system reboots and reboots etc. etc. I think I have to stop C:\WTT\JobsWorkingDir\Tasks\WTTJobRunED160451-6CEE-404D-8C04-8FF003C4B53C\cscript.exe How to do that? Thank you... ...
2 7/12/2007 7:38:01 AM
[DTM] Is the device necessary?
Hello, I want to run some driver tests with the DTM. Is the device necessary? Thank you!...
2 7/12/2007 7:32:03 AM
[DTM] Generic Logo Submission exercise
Hello, I did the "Generic Logo Submission" exercise. I followed all the instructions... But it failed! _ WDK Prepare client for submission (Job ID 1320): completed even if there is an error for "Copy Submission information from controller"(1). _ EDID 1.3 and DDC (Job ID 843) failed: - WDKDriverValidationLibraryJob: completed; - WDK File Signature verification Library Job: failed (2)...
2 7/10/2007 1:34:02 PM
Freeware Software
Find loads of freeware software and other useful tools at www.elmtreeweb.co.uk ~~~~~~~~~~~~~~~~ Freeware Download Site www.elmtreeweb.co.uk ...
1 7/7/2007 12:23:21 PM
is there any need for extra code to run WHQL tests?
Hi, I am writing a miniport driver for a PCI based network adapter. My question is do I have to write any extra code or routines in the driver so that the DTM test controller can run the network card related tests ? I see that there are some macros and constants to aid debugging. Is there any similar set of routines available to display or collect output from the run of WHQL testca...
1 7/3/2007 10:26:01 AM
virtual COM driver logo
Hi I am writing a virtual COM driver project , does Microsoft accept a COM or VCOM WHQL testing request (This driver has no actual device and hardware id , driver cannot install manually and should install by program..) ? And if this virtual driver work with an embedded server, should I send driver setup and embedded device to test lab together ? Thank for your teaching ....
1 6/29/2007 2:34:01 AM
Test certificate on Vista
Hi, On XP I can install a test certificate to 'Trusted Root Certification Authorities->Local Computer' to make the driver package as signed for WHQL tests. But on Vista, I can not find 'Local Computer' under 'Trusted Root Certification Authorities' in Certificate Manager. It doesn't work if I only install the cert under 'Trusted Root Certification Authorities'. Anything changed on...
1 6/26/2007 12:11:00 AM
Windows XP 64-bit, NDIS Network Protocol (not filter)
I received 2 signed cat files for an NDIS Network Protocol after DTM testing from Microsoft WinQual Team. The one for Windows 32-bit worked fine, however the one for Windows XP-64 bit popped up a window "hasn't passed the windows logo testing". I verified that the cat file received matched the .sys and ..inf that gets installed on the 64 bit machine. Why do I continue to receive this pop...
1 6/18/2007 2:43:01 PM
WHQL Certification for USB Controller
Hello, We have a USB controller designed into our product that we wish to have WHQL certified. After running all the requisite tests on our driver using the Microsoft DTM, the results indicate that the INF Test has failed. Looking at the failure log has revealed that the DriverVer and CatalogFile directives in the [Version] section of the USB INF are missing, required, and must not be ...
1 6/12/2007 6:13:01 PM
Windows XP Logo Testing
Dear Sir We are in a position to submit a newly assembled computer for Windows XP Logo Testing. We are going to submit this computer because it is a requirement from our reseller to have these systems Windows XP Logo Tested. At a further stage we will have other systems tested for Windows Vista Logo but at the moment we need help in the process of submitting this machine for Windows ...
1 5/30/2007 6:03:01 PM
Erratas for DTM
Hello, has anyone a link to an errata list for DTM. I found only Erratas for HCT. Which function has the filterupdates? Are they neccessary if my submission has no errors? Thanks...
3 5/23/2007 3:53:02 AM
How to process DUA logo'd driver of HCT12.1.01 on Winxp
I'd like to process DUA ( device Update Acceptable) for HCT 12.1.01 program. But no any information on winqual or whql website!! I just to add Vid/Did in inf fiile! doesn't change sys file!! Before, I know that should to retest Chkinf to submit. Now, in DTM program !! I can't get the WST file for DUA for old submission! and I don't know any information was update for this. Anybody can h...
1 5/22/2007 11:24:01 AM
autologon
I can't set autologon to client. when i set follow this command->wttcmd.exe /setautologon /lluname:DTMLLUAdminUser /autologoncount:1 it was error. The error is "Failed to execute. the error : 0x820aaaae" What should I do? The DTMLLUAdminUser is the default user account when I install DTM client and I don't khow the default password. I'm not sure what the DTMLLUAdminUser is. ...
2 5/20/2007 9:54:02 PM
PrintTicket DTM issue
were trying to get our printer driver to pass the DTM PrintTicket test. we are failing 5 tests out of 28. while we have the PrintTicket interface implemented in our driver we are not trying to expose any of our private Devmode features. to my understanding this is valid. i then compiled the WDK Unidrv PT/PC driver. it too fails the same exact 5 tests. in this case the only priva...
2 5/15/2007 7:12:52 PM
Requesting an MSOS descriptor?
Using USB Universal test and HCT12.1 on a webcam and TWAIN driver (XP, 2k) . I noticed that in the USB Descriptor test, it mentions something about "Requesting an MSOS descriptor". What is this and how do I know whether or not I need one? All of my other descriptors are being read just fine. Thanks ...
1 5/4/2007 3:26:28 PM
Status changed from pending to Failed
I did make DTM tests and all except the Fidelity test did pass but also this tests passed with the Filter Updates importation file. I did make Submission and signed all the packages and Legal Agreements. The WHQL DTM log viewer tool shows that all tests has passed and ready to be uploaded. But when I did upload the file I get the pending status and after period of few hours I get Failed w...
1 5/2/2007 9:06:53 PM
WdfDriverCreate failed in WLK
We met the issue that WdfDriverCreate returns STATUS_INSUFFICIENT_RESOURCES when running preconfig of NDISTest of WLK. The WdfDriverCreate is called in DriverEntry for the KMDF-based MP driver. The failure of WdfDriverCreate causes the driver to be unloaded and the tests could not be continued to run. But there's no such issue in NDISTest of DTM version. Anyone also meet the same issue?...
1 4/27/2007 1:38:01 AM
Which Category?
Hi guys, We have a virtual SCSI CDROM software which need to pass WHQL. Which category we should test it? Thanks in advance. Cheers, R. Yang - Windows Kernel Developer [Custom Dev and Consulting]...
1 4/26/2007 4:46:55 AM
Imaging Device = Skip WIA Testing?
I have a driver that I would like to get WHQL'd for a USB camera. I currently have a VFW and TWAIN driver developed for the camera and WindowsXP. It seems that HCT12 will perform WIA queries on my device, which fails since I do not have a WIA driver. My question is: Do I need to select a different ClassGUID for the device if I do not intend on creating a WIA driver any time soon? A...
3 4/23/2007 7:28:05 PM
Universal category with HCT - no devices required to be sent ?
Does anyone know if the Universal category (submission with HCT) requires devices to be sent to Microsoft for testing ? (used to be that 2 devices were required with the HCT submission upload ) Thanks ...
2 4/20/2007 10:00:34 PM
S3ResumeLogoTest Failed
Doe's anyone have Idea I'm testing motherboard from Asrock that has passed the WHQL for Windows Vista and this is what I get. ...
1 4/20/2007 2:27:05 PM
Why Failed Power Management Capability
Everything is pass except this 4/20/2007 4:01:50.667 PM Failed Power Management Capability 1ab1613a-8b79-444e-9412-c7d29546f0dc 4/20/2007 4:01:50.667 PM Failed PCI Function @ 4.0.1 03F71961-B354-4317-A998-D9C40000000F 4/20/2007 4:01:50.667 PM Failed Power Management Capability 1ab1613a-8b79-444e-9412-c7d29546f0dc 4/20/2007 4:01:50.667 PM Failed PCI Function @ 4.0.0 03F71961-B354-43...
1 4/20/2007 2:25:49 PM
1 Pages: 1  

Home | Search | Terms | Imprint
Newsgroups Reader