distribution - Distributing my Windows Mobile app outside of marketplace? -


hello friendly windows mobile developers!

i have simple question: can distribute windows mobile app outside of marketplace?

if so, how done? can phone send app, have developed self, person in same room?

i aiming windows mobile version 6.5, though if 1 has input on grateful.

thanks in advance!

yes.

you can make cab file (which how mobile applications deployed) creating mobile app deployment project in visual studio. link describes that: http://msdn.microsoft.com/en-us/library/zcebx8f8.aspx

then, can deploy output of project. 1 popular way create desktop installation project installs cab file device. link describes how custom action installer project again using visual studio: http://msdn.microsoft.com/en-us/library/bb158529.aspx


Comments

Popular posts from this blog

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -

openssl - Load PKCS#8 binary key into Ruby -