Vista test case: "Each application executable with an extension of exe, .dll, .ocx, .sys, .cpl, .drv and .scr must contain a valid signature in order to pass this test case."
My customer ships third-party binaries which are not signed, and signed binaries are not provided by Microsoft. This includes:
1. VBA 6.3 binaries
2. adodb.dll (MS ADO interop available from Microsoft)
3. winhttp5.dll
4 . gdiplus.dll (GDI+)
5 . RichEd32.dll (MS Rich Edit)
6. MSVcp60.dll/MSVCRt.dll/MSVCiRt.dll (MS VC 6 runtime, redist from MS Visual Studio 6)
7. MFC42.dll/mfc42u.dll (MFC 4.2, redist from MS Visual Studio 6)
8. HH.exe/HHCtrlUI.dll (MS Support for CHM help)
9. SQLDMO.dll (SQL DMO)
10. Extract.exe (Microsoft (R) Cabinet Extraction Tool)
11. instmsiw.exe (Redistributable of Windows Installer 3.1)
The above files are not signed and signed versions are, apparently, not available (or are they ).
What are the actions related to Vista certification
Software Development for Windows Vista6
|