Setup and Deployment Pocket PC

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • A_PK

    #1

    Setup and Deployment Pocket PC

    Hi,

    I want to create a installation package for my pocket pc application.

    I have been to
    http://msdn.microsoft.com/library/de...deployment.asp
    to read through the article, but i still got problem

    Problem :
    I do not know how to create the 3 major Projects (CustomInstaler , Pre-Build
    and Setup) that mentioned in that article. I have cut and paste the
    paragraph to the following...
    "Two solutions are required for VB.NET. The first contains the Smart Device
    project called PocketApp. The second solution generates the .msi file and
    contains the projects CustomInstaller , Pre-Build and Setup. The
    CustomInstaller and Setup projects are equivalent to the C# projects and the
    Pre-Build project is a C++ Makefile project; it does not contain any C++
    code and is only used to specify a pre-build event. The VB solutions are
    shown below."

    I hope someone could tell me how to create these 3 project, and allow me to
    create a installation package for my application.


Working...