2
4

1 回答 1

3

You can install WinRT app with Powershell using this cmdlet

Add-AppxPackage C:\App1_1.0.0.0_AnyCPU_Test\App1_1.0.0.0_AnyCPU.appx

You can use only drive file path, network file path is not allowed in above cmdlet.

Unfortunately you can't open Powershell from browser, if you want to know the reason then here it is.

So conclusion is that it is not possible to install WinRT app in just a click of a button.

于 2013-08-22T16:46:34.673 回答