cab files trusted certificate problem

G

Guest

Hello:

I'm trying to silently install a .cab file onto a Dell Axim X51 via the
ShellExecute command using VB in Studio 2003, with the following parameter
being passed to ShellExecute, "wceload.exe /noui /noaskdest ""\Program
Files\test.CAB""", when this fires I get the following message "The file test
cannot be opened. Either it is not signed with a trusted certificate, or one
of its components cannot be found. You might need to reinstall or restore
this file". Can anyone help me with this issue?

Cheers.
 
G

Guest

Hello:

Thanks much for the tip and yes the .cab installs no problem by tapping it
with the stylus. The problem is when I try to execute "wceload.exe /noui
/noaskdest ""\Program Files\test.CAB""" in VB using the ShellExecute command,
the user can cancel the install by selecting 'no', my objective is for a
silent cab install, i.e. no messages and no choices being available to the
user.

Thanks again
 

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