Thursday, May 9, 2013

Call PowerShell script in WIN8 App

Installing apps from a Windows Store app is not a supported scenario. What you describe here will not pass certification.


I expect LaunchFileAsync to block PowerShell scripts:


This API also imposes several restrictions on what types of files it can launch. Many file types that contain executable code, for example .exe, .msi, and .js files, are blocked from launching. This restriction protects users from potentially malicious files that could modify the system.

--Rob

No comments:

Post a Comment