winform application

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hai all,
I am very new to the Win xp embedded development.
Whether i can deploy a winform application, developed in c#2.0., to the Win
XP embedded OS.
How I will add some functionalities like using the POS devices etc.

jayakumar
 
Thanks for quick response Sean,
I will explain you the exact situation. I am having a winform application
developed in c#2.0 and SQL 2000. One of my friend wanted to install the same
application in a Point of service terminal( win xp embedded is installed).
Whether i can install the application, which i developed in C#, directly in
POS terminal ?

Regards,
jayakumar
 
You can do an "install" so long as you have all the components in the XPe
image to perform the install. For example Windows Installer Service is one
and since this is a C#, .NET Framework is another.

Regards,

Sean Liming
www.sjjmicro.com / www.seanliming.com
Book Author - XP Embedded Advanced, XP Embedded Supplemental Toolkit
 
Thank you very much

Sean Liming (eMVP) said:
You can do an "install" so long as you have all the components in the XPe
image to perform the install. For example Windows Installer Service is one
and since this is a C#, .NET Framework is another.

Regards,

Sean Liming
www.sjjmicro.com / www.seanliming.com
Book Author - XP Embedded Advanced, XP Embedded Supplemental Toolkit
 
Back
Top