Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2003
    Posts
    4

    Pocket PC Installation

    I searched the forum for "windows ce" and "pocket". Found nothing. Any future developments for including Pocket PC installs?

  2. #2
    Join Date
    Jul 2001
    Location
    Indigo Rose Software
    Posts
    1,834

    Re: Pocket PC Installation

    Yes, currently Windows CE isn't an officially supported platform. From what I know, there aren't any immediate plans of supporting it, however that's not to say that in the future the developers won't decide to add it's support. All I can really say is....we'll see.
    Darryl
    Indigo Rose Corporation

    Product Guides: AMS80 | SUF9 | TU30 | VP30 |MSIFACT |DeltaMAX

  3. #3
    Join Date
    Jul 2000
    Location
    Worcester, MA USA
    Posts
    8

    Re: Pocket PC Installation

    If you create CE CAB and INI files, you can install them from within Setup Factory. For one of my apps, we install both a Win32 app and a PocketPC app in the same setup program. Here's the pseudo code.

    Regards,

    Arthur

    ---------------------

    1. %CEAppMgr% = HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\CEAPPMGR.EXE

    2. %ActiveSync% = ParsePath(%CEAppMgr%)

    3. Install the INI and CAB file to %ActiveSync%\AppName folder

    4. Execute %CEAppMgr% with "%ActiveSync%\AppName\App.ini" as the argument.

    The quotes in step four are required.

Posting Permissions

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