Hi, I am unsure where I am to post this so I apologize.
Basically I have a project finished in .NET CF 2.0. I have created a cab file and an installer. This works great however I want to be able to sign the cab file (or something similar ) so that the publisher is known rather than unknown when you are installing it on the mobile device.
How can I make this so that it is trusted
Thanks!

setup certificate?
Yaron Lavi
You'd need to sign CAB and everything in it with trusted cert. Since you do not have trusted cert, somebody else would have to do it. It can be carrier, M2M or owner of whatever other cert is on device. Please see this:
http://msdn.microsoft.com/library/default.asp url=/library/en-us/mobilesdk5/html/moconSigningApplicationOrCabinetFileForReleaseToPublic.asp
http://blogs.msdn.com/windowsmobile/archive/2005/12/17/security_model_faq.aspx
BMF