TECHBLOG
How to enter the product key in XP Embedded / Windows Embedded Standard?
With every license order you will receive an envelope containing the licenses. In this envelope you will also find a yellow paper containing one product key. You can use this product key to create full versions of the ordered product. This video will show you how to enter the product key in Target Designer. http://go2.microsoft.com/fwlink/?LinkID=124807
Do I need to enter a different license for each image?
No, you do not need to enter a separate license for each cloned image. Why? The licensing of Windows Embedded works different than for normal Windows versions. A image is fully licensed if you put a license sticker onto the device. If you need more details you can contact us any time! For more details on how to create a full version image for XPe/WES have a look at the “How to enter the product key in XP Embedded / Windows Embedded Standard?” post. This is only valid for the following products: XP Embedded / Windows Embedded Standard WEPOS / [...]
Creating custom components
XP Embedded Builder v2 allows you to create your own components very easily. To create a component you just need to create the correct file structure, export your registry entries and build a configuration file. I'll show you how to build your component here and use the MsConfig component as example. Create a folder for your new component - in this case "MsConfig" Create a subfolder named Data in the component folder Now copy the files into the Data folder with the full path Example: MsConfig |-Data --|-Windows -----|-PCHEALTH --------|-helpctr -----------|-binaries <-- place the file MsConifg.exe also in this folder [...]