From: Matthew G. <mat...@gm...> - 2014-07-03 14:06:42
|
Ronald, I was able to test and verify that TBS does indeed work in Windows PE, I have a C++ app with everything static linked and was able to communicate with the TPM directly with TbsiSubmitCommand() (may have misspelled that somewhat) Do you offer the source code for the jTssTddlVista? I've had issues with this sort of thing in Win PE, and these problems had gone away when static linking everything into the binary. Thanks, -Matt >Hi, > >Likely there is an issue with the TPM Base Services or their interaction >with our bridge-dll. (jTssTddlVista.dll just opens a channel to the MS >TPM base service, which then talks to the driver/device) > >Actually, I don't believe that the TPM driver and services are active in >Windows PE at all (we never tried this). According to >http://technet.microsoft.com/en-us/library/hh824926.aspx >you'll need to include those as extras in your PE configuration. > >Note that just starting the TCS daemon does not trigger any TPM access, >only using it will open the driver. > >However, also a missing VC redistribution will cause a similar error. > > >Ronald |