【问题标题】:Windows 10 AppInstaller: "An error occurred while accessing the file from the web"Windows 10 AppInstaller:“从 Web 访问文件时出错”
【发布时间】:2019-11-22 14:15:41
【问题描述】:

我可以使用.appxbundle 安装此应用程序,但是当我尝试在本地运行.appinstaller 文件时,我收到以下错误:

无法打开应用程序包:从 Web 访问文件时出错。请尝试在本地下载并打开文件。

通过导航到.appinstaller 文件中定义的地址,我可以从浏览器加载.appinstaller.appxbundle

【问题讨论】:

  • 可以分享你关于appinstaller文件的xml内容吗?
  • 由于网络隔离,Windows 10 应用(例如 App Installer)只能使用 IP 环回地址,例如 localhost。使用本地 IIS 服务器时,必须将 App Installer 添加到环回豁免列表中。更多信息请参考document

标签: uwp windows-10 windows-10-universal appinstaller


【解决方案1】:

右键单击下载的 .appinstaller 文件并选择属性。在“属性”窗口的底部,选中“取消阻止”复选框,然后单击“确定”。重新运行 .appinstaller 文件,它现在应该会安装程序。

【讨论】:

    猜你喜欢
    • 2019-09-12
    • 1970-01-01
    • 2018-10-10
    • 1970-01-01
    • 1970-01-01
    • 2012-04-10
    • 1970-01-01
    • 2021-01-30
    • 2019-12-28
    相关资源
    最近更新 更多