Results 1 to 3 of 3

Thread: How to create a file ready for deployment?

  1. #1

    Thread Starter
    Hyperactive Member Ivenesco's Avatar
    Join Date
    Sep 2007
    Location
    Poland, Lublin
    Posts
    325

    How to create a file ready for deployment?

    I wrote an application for Windows Mobile 6, and it works well on the device emulator, but I need to deploy it on a real device now. The issue is, I don't have access to this device (it's in other country, and I want to send it via e-mail), and I don't know how to compile it to right file. Can anyone help, please?
    "Only two things are infinite; the universe and human stupidity, and I'm not sure about the former."
    Albert Einstein

  2. #2
    Frenzied Member
    Join Date
    Oct 2005
    Posts
    1,286

    Re: How to create a file ready for deployment?

    Hi,
    look at this forum over the last couple of weeks - this has been asked and answered then
    Pete Vickers
    MVP - Device Application Development
    http://www.gui-innovations.com http://mobileworld.appamundi.com/blogs/

  3. #3
    Member
    Join Date
    Jun 2008
    Posts
    44

    Re: How to create a file ready for deployment?

    Hi, you can create a cab file, which you can use to install your program into the pocket pc. In your visual studio which have your program solution opened, click File > Add > New Project, select Other Project Type > Setup and Deployment > Smart Device CAB Project.

    Once you have created the Cab Project, right click it from the solution explorer and click Add > Project Output...

    From the dropdownlist, select your project and click OK.

    You can then right click the cab project and click build.

    Once you have done so, a CAB file should appear in your debug folder of the cab project.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width