简体   繁体   English

UWP App安装

[英]UWP App installation

I try to install my UWP-APP on a windows tablet with this code in command prompt: 我尝试使用以下命令提示符中的代码在Windows平板电脑上安装UWP-APP:

WinAppDeployCmd install -file "C:\\Users\\XXX\\Desktop\\XXX_1.0.0.0_x86.appx" -ip 192.168.2.104 WinAppDeployCmd安装-file“ C:\\ Users \\ XXX \\ Desktop \\ XXX_1.0.0.0_x86.appx” -ip 192.168.2.104

But I become this failures: 但是我变得失败了:

0x80131500 - Beim Aufruf einer COM-Komponente wurde ein HRESULT E_FAIL-Fehler zurückgegeben. 0x80131500-Beim Aufruf einer COM-Komponente wurde ein HRESULT E_FAIL-Fehlerzurückgegeben。

0x80004005 - Beim Aufruf einer COM-Komponente wurde ein HRESULT E_FAIL-Fehler zurückgegeben. 0x80004005-Beim Aufruf einer COM-Komponente wurde ein HRESULT E_FAIL-Fehlerzurückgegeben。

Can u tell me the errors or give me a list where I can read them? 您能告诉我这些错误或列出我可以阅读的错误列表吗?

Sorry the exceptions are in german.... 抱歉,例外是德语。

What is the version of Windows 10 on your tablet? 平板电脑上的Windows 10是什么版本? Because I remember old versions had a known issue regarding this. 因为我记得旧版本对此有一个已知问题。

Besides, can you install apps using the default app installer by double clicking on the appx file (of course you should move your app to the tablet in this case)? 此外,您是否可以通过双击appx文件使用默认的应用程序安装程序来安装应用程序(当然,在这种情况下,您应该将应用程序移动到平板电脑上)?

And double check that your tablet's 'Device Discovery' and 'Device Portal' are turned on (in For Developers settings) and check if there is a password set, you should consider that in your syntax: 并再次检查平板电脑的“设备发现”和“设备门户”是否已打开(在“开发人员”设置中),并检查是否设置了密码,您应该在语法中考虑这一点:

WinAppDeployCmd install /path/ -ip /ip/ -pin /pin/ WinAppDeployCmd安装/ path / -ip / ip / -pin / pin /

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

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