RE: deploying web reference in Pocket Pc
- From: v-kevy@xxxxxxxxxxxxxxxxxxxx (Kevin Yu [MSFT])
- Date: Mon, 20 Nov 2006 05:59:07 GMT
Hi Parameswaran,
First of all, I would like to confirm my understanding of your issue. From
your description, I understand that you need to know how to create a
package to deploy a pocket pc application to the device. If there is any
misunderstanding, please feel free to let me know.
Users can install Pocket PC applications by copying and running the
appropriate .cab file to their device, but a better solution installs the
application on the device by running an .msi file on their desktop. This
msi file detects the type of device, copies the correct .cab file to the
device, and installs the application by running the .cab file. All of this
is transparent to the user; they run an .msi file on their desktop and the
application is automatically installed on the Pocket PC.
Here is a complete article about how to develop and deploy Pocket PC setup
applications.
http://msdn2.microsoft.com/en-us/library/ms838273.aspx
Before Windows Mobile 5.0, we cannot keep our applications in the device,
unless we install it on a storage card or some storage places that doesn't
get erased after losing power. The system is placed in RAM. Cold boot is
just like removing the battery. Data in RAM requires power to be kept. So
after the cold reboot, everything gets dispeared. In this case we cannot
keep it.
However, in WM5.0, system is put in ROM. So, when device is cold rebooted,
your app will not get erased.
If anything is unclear, please feel free to reply to the post.
Kevin Yu
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
.
- Prev by Date: Re: Visual Studio 2005 Pro - Where is MS SQL 2005 Developer Edition
- Next by Date: RE: Problem with local references also in the GAC
- Previous by thread: Visual Studio 2005 Pro - Where is MS SQL 2005 Developer Edition
- Next by thread: RE: Access Databases and ASP.NET 2.0
- Index(es):
Relevant Pages
|
Loading