I haven't posted in a while. I've been helping out with a couple other programs we have going on in the labs these days. OEM Ready is a subset of Certified for Windows Vista targeted at applications that ship on new PC's.
If you are using the automation in the OEM Ready Certification Test Tool, you can get a false failure if your application has a UTF-8 embedded manifest that has the byte order mark (BOM) included. Visual Studio 2008 includes the BOM if you use it to embed the manifest.
The error in the log looks something like this:
Sigcheck is used by the test tool to dump the manifest. Sigcheck outputs the BOM as garbage characters (). This throws off the test tool and it gives an incorrect result. This is a known bug with the tools and will be fixed. For now, if you run into this problem, you can submit this test case as a pass.
Pat