NETMF and Gadgeteer Package 2014 R3 missing a certificate

I’ve upgraded one computer to 2014 R3 and am working on another. I’ve uninstalled everything GHI and VS2010 express and have successfully re-installed VS2012. However, the NETMF and Gadgeteer Package 2014 R3 install fails with the message shown in the attached image. I’ve copied the first errors in the install log file below. It looks like I’m missing a certificate of some kind. Any ideas as to what certificate I’m missing and how do I get one?

Thanks

[1CA4:2030][2014-09-29T13:40:36]i338: Acquiring package: GadgeteerCore.msi, payload: GadgeteerCore.msi, copy from: C:\Users\magene\Downloads\GadgeteerCore.msi
[1CA4:2030][2014-09-29T13:40:36]i000: Setting string variable ‘WixBundleLastUsedSource’ to value ‘C:\Users\magene\Downloads’
[1898:1938][2014-09-29T13:40:36]e000: Error 0x80070490: Failed to find expected public key in certificate chain.
[1898:1938][2014-09-29T13:40:36]e000: Error 0x80070490: Failed to verify expected payload against actual certificate chain.
[1898:1938][2014-09-29T13:40:36]e000: Error 0x80070490: Failed to verify signature of payload: GadgeteerCore.msi
[1898:1938][2014-09-29T13:40:36]e310: Failed to verify payload: GadgeteerCore.msi at path: C:\ProgramData\Package Cache.unverified\GadgeteerCore.msi, error: 0x80070490. Deleting file.
[1898:1938][2014-09-29T13:40:36]e000: Error 0x80070490: Failed to cache payload: GadgeteerCore.msi
[1CA4:2030][2014-09-29T13:40:36]e314: Failed to cache payload: GadgeteerCore.msi from working path: C:\Users\magene\AppData\Local\Temp{811f1284-d9f1-4e4d-98ea-8eeedeaf165a}\GadgeteerCore.msi, error: 0x80070490.
[1CA4:2030][2014-09-29T13:40:36]e349: Application requested retry of payload: GadgeteerCore.msi, encountered error: 0x80070490. Retrying…
[1CA4:2030][2014-09-29T13:40:39]i338: Acquiring package: GadgeteerCore.msi, payload: GadgeteerCore.msi, copy from: C:\Users\magene\Downloads\GadgeteerCore.msi
[1898:1938][2014-09-29T13:40:39]e000: Error 0x80070490: Failed to find expected public key in certificate chain.
[1898:1938][2014-09-29T13:40:39]e000: Error 0x80070490: Failed to verify expected payload against actual certificate chain.
[1898:1938][2014-09-29T13:40:39]e000: Error 0x80070490: Failed to verify signature of payload: GadgeteerCore.msi
[1898:1938][2014-09-29T13:40:39]e310: Failed to verify payload: GadgeteerCore.msi at path: C:\ProgramData\Package Cache.unverified\GadgeteerCore.msi, error: 0x80070490. Deleting file.
[1898:1938][2014-09-29T13:40:39]e000: Error 0x80070490: Failed to cache payload: GadgeteerCore.msi
[1CA4:2030][2014-09-29T13:40:39]e314: Failed to cache payload: GadgeteerCore.msi from working path: C:\Users\magene\AppData\Local\Temp{811f1284-d9f1-4e4d-98ea-8eeedeaf165a}\GadgeteerCore.msi, error: 0x80070490.
[1CA4:2030][2014-09-29T13:40:39]e349: Application requested retry of payload: GadgeteerCore.msi, encountered error: 0x80070490. Retrying…

Try manually installing GadgeteerCore. It looks like it is chocking on that one.

1 Like

my 1c worth (it’s not worth the other cent to make it 2c worth :slight_smile: ) is that this is a certificate chain issue on your PC. You might need to apply the root certificate chain update like Microsoft Support

1 Like

Well once again you guys had the answer. I installed with GadgeteerCore unchecked and it seems to be working fine. Since I’m just a plain vanilla NETMF guy, should be OK.

Thanks (again).