Step 6: Explore the Run-Time Image

5/10/2007

After building your run-time image, view the files and folders that were created for your run-time image during the build process. You can explore the run-time image, reviewing the basic directory structure and where the HelloWorld.exe application is located.

Use Windows Explorer to browse to the Tutorial\HelloBuild folder. You can see that the following files and folders have been created in the folder:

  • Documents and Settings folder
  • Program Files folder
  • WINDOWS folder
  • Boot.ini
  • NTDETECT.COM
  • Ntldr
  • WERUNTIME.INI
  • HelloWorld.exe is located in the Documents and Settings\Default User\Desktop\SAMPLES\TUTORIAL directory.
  • HelloWorld.sld and HelloWorld.slx have been stored in the Tutorial folder located in your root folder.

See Also

Concepts

Step 7: Clean Up
Step 5: Build the Configuration into a Run-Time Image
Tutorial: Creating a Custom Component