TECHBLOG
Hur anger man produktnyckeln i XP Embedded / Windows Embedded Standard?
Med varje licensbeställning får du ett kuvert som innehåller licenserna. I detta kuvert finns också ett gult papper som innehåller en produktnyckel. Du kan använda denna produktnyckel för att skapa fullständiga versioner av den beställda produkten. I den här videon visas hur du anger produktnyckeln i Target Designer. http://go2.microsoft.com/fwlink/?LinkID=124807
Måste jag ange en annan licens för varje bild?
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 / [...]
Skapa anpassade komponenter
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 [...]