I'm trying to get an application to pass the Windows 7 Software Logo Toolkit tests.
I thought I'd be finished by now, but the Windows 7 Software Logo Toolkit found one more problem to report to me. It complains about an unsigned file in my installation package, namely:
Non-driver file c:\users\root\appdata\roamind\microsoft\installer{a7eeae19-f2a3-4ee9-8a48-9e0000097d59}_ac03bff06cd7eca8e760ac.exe does not have a valid signature, either embedded or via a catalog file.
What surprises me about this message: There is no such file in the installer package.
The package contains four files, iconv.dll, libxm2.dll, ijl15.dll and MetaView.exe - what is this cryptic file the Toolkit Logo test complains about? Where does it come from? I even checked the msi package using orca, no surprise files in there.
Can anyone help me here?