Powered by MSDN

US - English
NEW! Silverlight 5 is available Learn More

Launch EXE from SL 2.0 RSS

11 replies

Last post Apr 15, 2009 02:53 PM by Snake2k

(0)
  • pbromberg

    pbromberg

    Contributor

    3138 Points

    531 Posts

    Re: Re: Launch EXE from SL 2.0

    Jul 08, 2008 01:21 AM | LINK

    The way you solve it is not to go running around in circles trying to find a way to launch an executable file on the client. These kinds of browser security vulnerabilities have long since been pretty much patched up tight.

    [C# MVP]
    Eggheadcafe.com
  • Snake2k

    Snake2k

    Member

    2 Points

    1 Post

    Re: Re: Launch EXE from SL 2.0

    Apr 15, 2009 02:53 PM | LINK

     I think you are correct, I wanted to do this but I can see why its not available.  I have a command line utility I needed Silverlight to run to operate on some files on a server, but instead I think the solution is a Service on the server that does this and the Silverlight just shows the results.