Hi,
Our company have many mobile users out of office. They are using PPC 2003
device with a complex deployment mechanims we have built.
This mechanims is used to remotly deploy applications on the device based on
some business rules. The applications are deployed using custom cab and cpf
files.
The next wave of users will use devices based on windows mobile 5.0 (and
later 6.0, etc.) which have a policy for deploying applications (cab files
must be digitally signed with a certificate).
The problem is that the devices only have two trusted certificates (ms' one
and the mobile operator one). Since cab files are often created, we can't
rely on the mobile operator to sign all of our cab files (heavy and log
process... up to several days) that's why we would like to add our own
certificate in the trusted authorities on the device.
Do you have any advise how to reach our goal ?
Note that the devices are shipped with a SD storage card which contains an
autorun.exe file. This autorun is used to deploy the global application and
is written in C++. I'm thinking about using this autorun.exe file (always
executed) to install programmatically the certificate in the correct store,
but I don't know where to start...
Thanks in advance for any help.
Steve