在 Windows 10 家庭版上安装 .appxbundle

Posted

技术标签:

【中文标题】在 Windows 10 家庭版上安装 .appxbundle【英文标题】:Install .appxbundle on Windows 10 Home edition 【发布时间】:2018-10-22 16:57:56 【问题描述】:

我创建了一个 Xamarin UWP 应用,该应用已使用 App Installer 成功安装在我的 Windows 笔记本电脑中。

现在,我正在尝试将其安装到具有 Windows 10 家庭版的 Windows 选项卡中。

编辑:我的目标是在 Windows 10 平板电脑家庭版上运行 .appxbundle 应用程序。我无法在选项卡中安装 App Installer。 “免费”按钮被禁用。可能是什么问题? 可能是因为它显示“此应用程序目前仅适用于台式机”。它是一款 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版。 是不是和Window版有关

编辑 3:@maginandre1981,我的机器只有“使用开发者功能”选项,没有“启用设备门户”选项。

这里是windows tablet的基本配置

【问题讨论】:

请参阅How to Ask。为什么你不能做这个?请使用edit 更新问题并显示错误消息等。屏幕截图通常不适用于此类事情。另外,你有什么办法解决这个问题? 我已经编辑了我的问题。希望它能更清楚地描述问题。 这是我的 appx:1drv.ms/u/s!AtziW2MYxY8Slf4l6pnLPq8blRzW-A 使用 device portal 安装 appx,现在您应该可以安装 appxbundle 这似乎可以通过一些研究得到很好的回答。你发现了什么?你对它看起来的原因有一个想法。为什么不深入研究呢? 在我的 Win10 主页上,我看到了该选项。该错误意味着您错过了依赖项。所以通过 Powershell 安装 VC14 运行时 appx 文件:1drv.ms/u/s!AtziW2MYxY8SloFnfMaNzH9hLlkcrg,1drv.ms/u/s!AtziW2MYxY8SloFm5bVGL2SFenvnWw 【参考方案1】:

根据编辑 3 中的图片,我假设您使用的是旧的 Windows 10 Build(TH1 - Build 10240 或 TH2 Build 10586)。

更新到Windows 10 v1709/1803 by downloading the ISO,双击ISO将其挂载到虚拟DVD驱动器,从DVD运行setup.exe

和select keep apps & data

现在您可以看到设备门户和 App Installer 应用程序也可以下载。

【讨论】:

以上是关于在 Windows 10 家庭版上安装 .appxbundle的主要内容,如果未能解决你的问题,请参考以下文章

Windows 10家庭版安装Docker指南与windows10home 版开启Hyper-v

如何在Windows 10上安装.Appx或.AppxBundle软件

如果在 Windows 10 家庭版中使用「远程桌面」

win10用power shell安装appx文件怎么改安装路径

app怎么安装,eappx怎么安装 win10

Xamarin.Forms UWP 项目不会安装在 Windows 10 移动版上