views:

103

answers:

2

I read in a few places it can run "desktop programs such as Office" but I haven't seen any other details or concrete confirmation of this. Anyone know? If so, how can it be done if SL4 OoB apps only have read/write access to User Special Folders.

+1  A: 

As far as I have seen, Silverlight 4 can only interact with other applications through COM. Office uses COM and thus can be manipulated by SL4.

Tacoman667
+2  A: 

Using the WScript.Shell COM object you can do a lot including launching an arbitrary process. There is some info about it here:

http://www.silverlightshow.net/items/Silverlight-4-elevated-permissions.aspx

Bill Reiss
That's interesting. Unfortunately, that would only work on computers running Windows.
Gabe
Bill Reiss