Hi, I'm developing a mobile application for Windows Mobile devices using VB.NET and C#. Everytime I need to upgrade my application on the devices I had to copy the cab file to the device and then click the cab file so it would install. It's a real problem because I had to do it for hundreds of devices.
Is it possible if I want to do it automatically from a Windows application? It would do:
1. Select the mobile device to upgrade
2. copies the cab file to the mobile device
3. then the cab file would self-extract/self-install
If this is possible, would somebody be kind enough to show me where to start exploring? Thanks guys
Is it possible if I want to do it automatically from a Windows application? It would do:
1. Select the mobile device to upgrade
2. copies the cab file to the mobile device
3. then the cab file would self-extract/self-install
If this is possible, would somebody be kind enough to show me where to start exploring? Thanks guys