how do i check if a cab-file is signed ?

  • Thread starter Thread starter jwei
  • Start date Start date
i can check the cbCabinet (DWORD) from cab header:

if (cbCabinet < size of cab file) => file is signed

the aim behind is to not install unsigned cab's (im using wceload
programmatically in silent mode) and i dont found a location to set policy
for SECPOLICY_UNSIGNEDCABS ... (using wince 5)
 
Back
Top