开发者

Launching an EXE stored in Isolated Storage

开发者 https://www.devze.com 2022-12-18 11:59 出处:网络
I am downloading a set of zipped files from a remote server and I am Unzipping it and storing it in Isolated Storage. In Unzipped folder I have an Exe and I need to launch the exe after Unzipping is c

I am downloading a set of zipped files from a remote server and I am Unzipping it and storing it in Isolated Storage. In Unzipped folder I have an Exe and I need to launch the exe after Unzipping is complete. Can any one suggest me a way to do t开发者_如何学Chis.My silverlight application has elevated permissions and its running Out Of Browser (OOB) . My Programming environment is VS2010 and silverlight 4 Thanks in Advance


I thought the answers on your previous question on this issue were quite clear.

You cannot execute code from isolated storage. This would beat the point of there being a browser sandbox to begin with.

0

精彩评论

暂无评论...
验证码 换一张
取 消