CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2003
    Posts
    42

    Lightbulb Installing pocket pc applications..

    Greetings!

    Does anybody know the InstallSheild equivalent for PocketPC2002?

    What I really need to know how to do is install an application w/ a shortcut & icon the Start/Programs menu.


    I've read the .cab documentation w/ the help, but it doesn't go into too much detail on how to drill down to InstallShield capability.

    Can someone point me in the right direction?

    Thanks!

    ~CDB

  2. #2
    Join Date
    Sep 1999
    Location
    Utah [Zion]
    Posts
    667
    Yes, there is an installshield for you Pocket PC. But as far as I know it is not free and was not as powerful as I needed. If you desire to write your own installation routine. You can use RAPI to copy the files between your PC and your Pocket PC and run addittional installation programs, etc. That is what I have done, several times. You can see a RAPI example here:

    http://www.codeguru.com/ce/Rapi.html


    Best of Luck

  3. #3
    Join Date
    Apr 2003
    Posts
    42

    Thumbs up Thank you very much!

    Thanks for the info! Much appreciated!




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

Featured