我创建了一个Xamarin UWP应用程序,它使用App Installer成功安装在我的Windows笔记本电脑中。
现在,我正在尝试将其安装到具有Windows 10 Home Edition的Windows选项卡中。
编辑:我的目标是在Windows 10平板电脑家庭版上运行.appxbundle应用。我无法在选项卡中安装App Installer。 " Free"按钮被禁用。可能是什么问题?
可能是因为它显示"此应用程序目前仅适用于台式机"。它是Windows平板电脑,看起来与Windows桌面相同。
编辑2 :我尝试使用Powershell安装.AppxBundle:https://www.maketecheasier.com/install-appx-files-windows-10/
我给出了一个错误:
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CFD, A Prerequisite for an install could not be satisfied.
Unspecified error
NOTE: For additional information, look for [ActivityId] d5a9e1f9-eb6c-0001-f6e5-a9d56cebd301 in the Event Log or use
the command line Get-AppxLog -ActivityID d5a9e1f9-eb6c-0001-f6e5-a9d56cebd301
At line:1 char:1
+ Add-AppxPackage .\Appinstaller.AppxBundle
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (C:\Users\virtuz...ller.AppxBundle:String) [Add-AppxPackage], Exception
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
注意:通常的Windows系统包含Windows 10 Pro,但平板电脑包含Windows 10 Home Edition。 是否与Window版本有关 ?
编辑3 :@ maginandre1981,我的机器只有'使用开发者功能'选项,否'启用设备门户'选项存在。
答案 0 :(得分:0)
从编辑3中的图片中我假设您使用旧的Windows 10 Build(TH1 - Build 10240或TH2 Build 10586)。
更新到Windows 10 v1709/1803 by downloading the ISO,双击ISO将其安装到虚拟DVD驱动器中,从DVD运行setup.exe
现在您可以看到设备门户和App Installer应用程序也可以下载。