Building a Runtime

Once you have resolved all of your dependencies and set your configuration options the way you want them, you can build your runtime using the built-in build command. The following example shows how to do this.

xpecmd> build /f cfg "c:\images/myimage"

This command builds your runtime at the indicated path. Without the optional /f switch, the folder at this path must be non-existent or empty; otherwise, the command will fail with an error. The /f switch forces the build into the specified folder; the folder is cleared before the build executes.

© 2006 Microsoft Corporation. All rights reserved.