Step 6: Explore the Run-Time Image
After building your run-time image, you 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
Step 7: Clean Up | Step 5: Build the Configuration into a Run-Time Image | Tutorial: Creating a Custom Component
Last updated on Wednesday, October 18, 2006
© 2006 Microsoft Corporation. All rights reserved.