Hello everyone,
I have an exe file into the specific folder in my Silverlight project, I also seted up this file as Embedded Resource. What I'm trying to do is at Run Time, execute that exe file some way. If for some reason it's not possible, I wonder save that file in windows TEMP folder and then run it from there.
Could anybody help me out?