1

I want to install a .exe file in a windows embedded compact 7 terminal. However when I click the file, nothing happens.

Hope someone can help, I am new to windows embedded compact 7.

user1317221_G
  • 15,087
  • 3
  • 52
  • 78
Analyn
  • 89
  • 2
  • 9
  • What is the file? Does it actually need installing or is it a standalone app that does something hidden? – Bali C Jul 23 '12 at 09:09
  • i want to install passmark bitpro.exe to be use to perform tests such as audio, CPU, etc. – Analyn Jul 24 '12 at 01:47
  • Is it a command line app? Have you tried running it on full fat Windows 7 rather than embedded? – Bali C Jul 24 '12 at 08:09
  • yes, it works in windows 7 but i need to have it install in embedded for testing purposes. – Analyn Jul 24 '12 at 08:44
  • Ok, I have only have limited experience in embedded, but from what I have seen you usually need admin rights to do much with it, try logging on as admin and running the installer. – Bali C Jul 24 '12 at 08:45
  • Tried it already but still nothing happens. I've searched the net but i can't find related topics for this. ^_^ – Analyn Jul 24 '12 at 08:52
  • :) Ok, I'm really not sure then, just hope an embedded guru sees this question! Or maybe someone on [superuser](http://superuser.com) will know. – Bali C Jul 24 '12 at 08:58
  • Are you developing using the Windows Embedded SDK and on a development system that is intended for Windows 7 embedded development, or are you simply trying to load an app onto the Windows Embedded System that is already deployed? – Warren P Aug 01 '12 at 03:05
  • I'm trying to load an app to windows embedded system that is already deployed. – Analyn Aug 01 '12 at 09:23

1 Answers1

0

if it is truly an Embedded Compact device, then you're probably out of luck. The app you're talking about is a full Windows application. Windows Embedded Compact won't run it. WEC7 is more closely related to the old Windows Mobile Handhelds than Windows 7.

Are you sure it's Embedded Compact and not Embedded Standard?

JoelHess
  • 1,166
  • 2
  • 15
  • 28