08-08-2007, 02:32 PM
|
Pupil
Join Date: Apr 2004
Posts: 14
|
|
Auto update application by downloading new CAB file
Hi,
I have an application - written in vb.net compact framework - which auto updates by periodically downloading a new CAB file. The application then executes the CAB file and exits the current running application by :
Me.Invoke(New EventHandler(AddressOf Me.RunCABFile))
Application.Exit()
Exit Sub
This worked fine on my PDA running Microsoft Pocket PC.
However, it doesn't run on Windows Mobile 5.
Although the CAB file downloads, current app exits, CAB file runs - I get the message "Installation of /Storage Card/etc....." was unsuccessful.
Would anyone have any ideas why the newly downloaded CAB file refuses to install?
Thanks in Advance,
PD
|
|
|
|
|
|
|
|