Cordova Visual Studio,在Windows平板电脑上安装appx
我开发了一个带有visual studio的cordova应用程序,并将它部署到windows。
I´ve developed an cordova app with visual studio an deployed it to windows.
之后,我得到一个文件夹〜\platforms\windows \ AppPackages\与一个* .appx文件,如
中的答案描述如何将Visual Studio Cordova应用程序部署到Windows 8?
After that I get a folder "~\platforms\windows\AppPackages\" with a *.appx file like in the description of the answer in How to deploy Visual Studio Cordova app to Windows 8?
我在Windows平板电脑上复制了appx文件一个usb棍子。现在我试图运行该文件。
- >相同的反应,就像在普通的台式机上。无法运行扩展程序。
(对话框如何打开这种类型的文件)
I copied the appx file on my windows tablet with an usb-stick. Now I tried to run the file. --> Same reaction like on a normal desktop pc. Can´t run the extension. (Dialog with "How should this type of file to be opened")
没有应用商店,正确的方式是什么。
What is the right way, without an app store.
如果你想部署为测试目的,在AppPackages文件夹下你应该看到一个* _Test文件夹如下所示。您可以将此文件夹复制到要测试应用程序的计算机上。
If you want to deploy for testing purposes, under the AppPackages folder you should see a *_Test folder as shown below. You can copy this folder onto the machine you want to test the app on. Within that folder there is a powershell script that will install the app onto the machine.