简体   繁体   English

在Windows 8.1上为所有用户安装cordova / phonegap应用程序

[英]Installing cordova/phonegap application on windows 8.1 for all users

I have well working application written in JS/angular compiling by Cordova, I can install it on Windows 8.1, but this app is installing for single user. 我有很好的工作应用程序用Cordova编写的JS / angular编译,我可以在Windows 8.1上安装它,但是这个应用程序是为单个用户安装的。 What does it mean? 这是什么意思?

I have two user on my tablet/PC. 我的平板电脑/ PC上有两个用户。 When I install my app on first account it won't be installed on second account. 当我在第一个帐户上安装我的应用程序时,它将不会安装在第二个帐户上。 I can't run this app from second account. 我无法从第二个帐户运行此应用程序。

I am compiling application in MS Visual Studio 2015. 我正在MS Visual Studio 2015中编译应用程序。

How can I install Cordova application for all users ? 如何为all users安装Cordova应用程序? Also for this users, who don't have administrator permissions. 同样适用于没有管理员权限的用户。 Is this possible? 这可能吗? If yes, I would expect common folder for data exchange between all users on given device. 如果是,我希望在给定设备上的所有用户之间进行数据交换的公共文件夹。 Am I wrong? 我错了吗?

I suppose, that there are some app configuration solutions or modification of installation Windows PowerShell Script 我想,有一些应用程序配置解决方案或修改安装Windows PowerShell脚本

Metro style applications are only installed on a per user basis by default. 默认情况下,Metro风格应用程序仅基于每个用户安装。 The installer package for the app cannot change this. 应用程序的安装程序包无法更改此设置。 If you want to install a metro app for all users you have to use a special deployment tool called DISM. 如果要为所有用户安装metro应用程序,则必须使用名为DISM的特殊部署工具。 More info on it here: 更多信息在这里:

http://www.verboon.info/2012/02/managing-windows-8-metro-style-apps-with-dism/ http://www.verboon.info/2012/02/managing-windows-8-metro-style-apps-with-dism/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM