Can Silverlight (SLOOB) start a process even with full trust?

Posted by Jamey McElveen on Stack Overflow See other posts from Stack Overflow or by Jamey McElveen
Published on 2010-03-20T13:51:15Z Indexed on 2010/03/20 15:21 UTC
Read the original article Hit count: 461

I have been tasked with writing an installer with a silverlight out of browser application. I need to.

  1. get the version off a local EXE
  2. check a web service to see that it is the most recent version
  3. download a zip if not
  4. unpack the zip
  5. overwrite the old EXE
  6. start the EXE

This installer app is written in .NET WinForms now but the .NET framework is an obstacle for people to download.

The recommended solution is to use a SLOOB however i am not sure how to assign full trust. If i assign full trust can I start a process.

Thanks

© Stack Overflow or respective owner

Related posts about silverlight-3.0

Related posts about sloob