Install CAB File

V

verenadoll

Hello NG,

i want to install a cab file with vb.Net. i use the following code:

Process.Start("\Windows\wceload.exe", "/noui /noaskdest /delete
0""\Storage Card\TestCAB""")

But nothing happens. I although found, that the file "wceload.exe" not
exist in the windows folder. But how can i install a cab file?

I use Windows Mobile 6.1 and MC5590.

Regards, Verena
 
C

Chris Tacke, eMVP

wceload is certainly there - it's just hidden. Use Remote File Viewer and
you'll find it.

Where the ".cab" extension on your file name? I'd also likely enclose it in
single quotes - though I would expect doubles to work too.


--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Giving back to the embedded community
http://community.OpenNETCF.com
 

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