Install CAB File

  • Thread starter Thread starter verenadoll
  • Start date Start date
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
 
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
 
Back
Top