Product Demo in Emulator

  • Thread starter Thread starter Stephen Piland
  • Start date Start date
S

Stephen Piland

I have created a small application that I have working in my emulator, as
well as, my own Pocket PC. I have some potential customers that would like
to see the application in action. Is there any way possible to send the
person a CAB file or something so that they could try it out? If so, what
would they need to have installed? Maybe just the Pocket PC 2002 SDK? And
how would they 'install' my executable?

Thanks in advance.
 
Stephen,

Besides the CAB that contains your application, your potential customers
would likely need the Microsoft .NET Compact Framework installed on their
PocketPC 2000 or 2002 device. You can determine if NETCF is installed by
looking for the cgacutil.exe file in the device's \windows folder.

If they don't have it installed, they can download the Microsoft .NET
Compact Framework 1.0 Redistributable to their desktop and install NETCF to
their device.

Most new PocketPC devices shipping today (Windows Mobile 2003) already
contain NETCF.

--

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.
--------------------
 
Thank you for your reply.

I didn't do a good job explaining my objective, looking back now. The
persons I would like to demo for do not have a Pocket PC. I was hoping
to somehow have the emulator installed and run my app on it. Anyone
have any ideas?
 
Back
Top