Results 1 to 12 of 12

Thread: Stand alone no install program for pocket pc?

  1. #1

    Thread Starter
    Member
    Join Date
    May 2008
    Posts
    36

    Question Stand alone no install program for pocket pc?

    How do you make a Stand alone no install program for pocket pc?

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

    Re: Stand alone no install program for pocket pc?

    You mean just an exe that needs no runtimes or dll's?
    Pete Vickers
    MVP - Device Application Development
    http://www.gui-innovations.com http://mobileworld.appamundi.com/blogs/

  3. #3

    Thread Starter
    Member
    Join Date
    May 2008
    Posts
    36

    Re: Stand alone no install program for pocket pc?

    Yup, like notepad as an example.

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

    Re: Stand alone no install program for pocket pc?

    Using .Net CF you will struggle.

    You have no guarantee that the .Net runtimes are installed on the device - 2.0 SHOULD be in rom, but no guarantees. It certainly wouldn't be on a 2003 device.

    You could write it in eVC or Visual C++, and that would do it.

    Why do you want to do this - simplicity? If so, just do a setup project for your application
    Pete Vickers
    MVP - Device Application Development
    http://www.gui-innovations.com http://mobileworld.appamundi.com/blogs/

  5. #5

    Thread Starter
    Member
    Join Date
    May 2008
    Posts
    36

    Re: Stand alone no install program for pocket pc?

    I just want something simple?

    Cab installer then?

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

    Re: Stand alone no install program for pocket pc?

    Yes - just add a setup project
    Pete Vickers
    MVP - Device Application Development
    http://www.gui-innovations.com http://mobileworld.appamundi.com/blogs/

  7. #7

    Thread Starter
    Member
    Join Date
    May 2008
    Posts
    36

    Re: Stand alone no install program for pocket pc?

    Once you've made a setup project, what is to be done next?

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

    Re: Stand alone no install program for pocket pc?

    Copy it to the device, and run it
    Pete Vickers
    MVP - Device Application Development
    http://www.gui-innovations.com http://mobileworld.appamundi.com/blogs/

  9. #9

    Thread Starter
    Member
    Join Date
    May 2008
    Posts
    36

    Re: Stand alone no install program for pocket pc?

    When I uploaded my project there, then saved it.

    In the folders there was no cab file?

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

    Re: Stand alone no install program for pocket pc?

    Sorry - when you run the setup project, it should create a cab file. Copy the resulting cab file to your device and run it
    Pete Vickers
    MVP - Device Application Development
    http://www.gui-innovations.com http://mobileworld.appamundi.com/blogs/

  11. #11

    Thread Starter
    Member
    Join Date
    May 2008
    Posts
    36

    Re: Stand alone no install program for pocket pc?

    I did, copy all the files into the project, saved it.

    But...once on the pocket pc, run the cab all files went into program files as I put them there. The program won't run...no errors. Nothing.

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

    Re: Stand alone no install program for pocket pc?

    So the cab file ran and installed all the dependent dlls?

    Do you use SqlServer? Did it install the .Net runtimes? Are you sure your program isn't hitting an error condition and ending. If there is a dll missing you SHOULD get an error loading the program - are you trapping all unexpected errors?
    Pete Vickers
    MVP - Device Application Development
    http://www.gui-innovations.com http://mobileworld.appamundi.com/blogs/

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