views:

328

answers:

1

Well, I tried HARD to install silverlight 3.0 on Windows XP embedded but keeps displaying that "Install Sivlerlight Logo" as if it never picks it up or installs at all ... Anyone had same problems? Any solutions?

A: 

Consider trying to install this by copying some files around. This probably is totally unsupported, but it may work for you:

  1. Install on your development machine the Silverlight Runtime
  2. Copy the %programfiles%\microsoft silverlight\ ... directory structure to the XP Embedded machine
  3. On the XP machine, as an Administrator, run "regsvr32 npctrl.dll"

You might be able to then use Silverlight content. Hope this helps.

Jeff Wilcox
I did what you said, but when I run "regsvr32 npctrl.dll", an error is thrown saying: LoadLibrary ("npctrl.dll") failed: The specified module could not be found.Any ideas?
jalchr
It is possible that some dependencies (C runtimes?) are not on the XP embedded machine.
Jeff Wilcox