Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Co-Installer does not work in Amd64

10 views
Skip to first unread message

damul

unread,
Dec 15, 2008, 7:35:33 AM12/15/08
to
I have driver and its co-installer that work in Windows 2003 x86.

I used the coinstaller to add [Advanced] tab on property sheet.

Then I compile to x64 platform and the driver works finely, but the
coinstaller
does not work ....

Where do I have problem(s)?

Next is setupapi.log script.

==============>
#-198 Command line processed: "C:\WINDOWS\system32\m.exe"
"C:\WINDOWS\system32\devmgmt.msc"
#-148 Loading coinstaller modules for "Network Card".
@ 21:17:06.562 #I433 Verifying file "C:\WINDOWS\system32\IspcapSetup.dll"
(key "IspcapSetup.dll") against an installed catalog
"C:\WINDOWS\system32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\oem1.CAT"
failed. Error 0x800b0109: A certificate chain processed, but terminated in a
root certificate which is not trusted by the trust provider.
@ 21:17:06.609 #I433 Verifying file "C:\WINDOWS\system32\IspcapSetup.dll"
(key "IspcapSetup.dll") against an installed catalog
"C:\WINDOWS\system32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\oem2.CAT"
failed. Error 0x800b0109: A certificate chain processed, but terminated in a
root certificate which is not trusted by the trust provider.
@ 21:17:06.656 #I433 Verifying file "C:\WINDOWS\system32\IspcapSetup.dll"
(key "IspcapSetup.dll") against an installed catalog
"C:\WINDOWS\system32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\oem3.CAT"
failed. Error 0x800b0109: A certificate chain processed, but terminated in a
root certificate which is not trusted by the trust provider.
@ 21:17:06.703 #V330 Verifying file "C:\WINDOWS\system32\IspcapSetup.dll"
(key "IspcapSetup.dll") as self-signed failed. Error 87: The parameter is
incorrect.
@ 21:17:06.750 #W360 An unsigned, incorrectly signed, or Authenticode(tm)
signed file "C:\WINDOWS\system32\IspcapSetup.dll" for driver "Network Card"
will be installed (Policy=Ignore). Error 87: The parameter is incorrect.
@ 21:17:06.796 #E144 Loading module "C:\WINDOWS\system32\IspcapSetup.dll"
failed. Error 14001: This application has failed to start because the
application configuration is incorrect. Reinstalling the application may fix
this problem.
@ 21:17:06.843 #V166 Device install function: DIF_ADDPROPERTYPAGE_ADVANCED.
@ 21:17:06.906 #V155 Executing default installer.
@ 21:17:06.953 #V156 Completed default installer.
<===========


Abei

unread,
Dec 15, 2008, 9:04:00 PM12/15/08
to
Hi damul:
I am not sure what problem is there in your program.
But I have experience of failing in X64 platform but fine in x86 platform.
So please check if you used a pointer in your program.

--
Abei

Tim Roberts

unread,
Dec 16, 2008, 1:36:52 AM12/16/08
to
damul <da...@discussions.microsoft.com> wrote:
>
>@ 21:17:06.796 #E144 Loading module "C:\WINDOWS\system32\IspcapSetup.dll"
>failed. Error 14001: This application has failed to start because the
>application configuration is incorrect. Reinstalling the application may fix
>this problem.

Did you build the co-installer to use the C run-time library DLL, or the
static run-time library?
--
Tim Roberts, ti...@probo.com
Providenza & Boekelheide, Inc.

0 new messages