Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I install .NET Framework 4 on Windows XP Embedded?

I can't test it but I need to know if it real , because I started working on project for it with .NET 4 so I must to be sure I can install it there.

So can I install .NET Framework 4 on Windows XP Embedded ?

Thank you.

like image 710
cnd Avatar asked Dec 07 '10 07:12

cnd


2 Answers

Based on the wiki entry for Windows XP Embedded:

Windows XP Embedded, commonly abbreviated "XPe", is a componentized version of the Professional edition of Windows XP.

So I'd say yes, because .NET Framework 4 is compatible with Windows XP Professional.

like image 186
Cameron MacFarland Avatar answered Sep 21 '22 11:09

Cameron MacFarland


.NET 4.0 Framework Template available

Microsoft has published a Windows XP Embedded template for the Microsoft .NET Framework 4.0 and .NET Framework 4.0 Client Profile.

The template can be used with the Image Configuration Editor. It will add all required packages automatically to ensure that the framework works properly with Windows XP Embedded.

http://www.elbacom.com/blog/2010/11/net-4-0-framework-template-available/

like image 28
Robert Harvey Avatar answered Sep 23 '22 11:09

Robert Harvey