Platform Builder and C#

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • xarzu
    New Member
    • Apr 2007
    • 90

    Platform Builder and C#

    Platform Builder is a tool for building a Windows CE Operating system on your computer and then loading it on a Windows CE device.

    All this is done through Platform Builder. And I do it all through the Microsoft Visual Stuido Development Environment (IDE).

    I want to automate the process of using the Platform Builder. So far, I only know how to use the Platform Builder through the IDE. I want to use the Platform Builder through another program written in C#.

    Another approach to this goal is to learn how to use Platform Builder from the command line. If it can be done by the command line, then it could also be done through a C# program. I have seen some links here and there that say that you can do a Platform Builder build from the command line, but so far, they are not so good.

    Any tips?

    This link: How to Use the Command Line to Create, Customize, and Build a Run-Time Image talks about "How to Use the Command Line to Create, Customize, and Build a Run-Time Image" but it has links about Creating ai OS Design ( Creating an OS Design ) that requires using the IDE.

    It would be great to find a good link about this topic. If I can do what I need to do using the IDE, I should be able to do what I need to do from the command line. If I can do what I need to do from the command line, I should be able to do what I need to do from a C# program. That is my goal.
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Does the Platform Builder have a manual?

    Comment

    • Plater
      Recognized Expert Expert
      • Apr 2007
      • 7872

      #3
      Most build tools (even the ones used to compile .NET) are command line based.
      I don't know for sure how platform builder works (the other guy at work handles that) but there is bound to be a way to automate it.
      I do not think you will be able to automate it without having installed platform builder (or violating microsoft's eula) though

      Comment

      Working...