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

J

jwei

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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top