在没有互联网连接的情况下更新 Windows 个物联网核心

Update Windows iot core without internet connection

我们在没有互联网的网络上有一个 Windows 物联网核心设备。

我们想在此设备上更新软件 运行,我们有另一台计算机 运行 Windows 10 在同一网络上,是否有我们可以安装的服务或软件Windows 10 台计算机,以便我们可以在物联网设备上更新应用程序 运行。

应该可以通过代码进行更新。

谢谢

安德斯

目前,我们可以通过以下方式更新 Windows IoT Core 上的应用程序。

  • 使用 Microsoft Store
  • 使用设备更新中心
  • 使用 Azure 物联网设备管理
  • 使用 OMA-DM

更多详情请查看此 document. The first three ways in above list need internet.Using OMA-DM seems an option in your scenario, the OMA-DM interface is supported in Windows 10 IoT Core and any OMA-DM compliant management solution can be used to install and update applications. You may not need a connection to the internet to use license. In this way, you need to configure a OMA DM 服务器。

此外,您还可以创建用于更新应用程序的自定义服务。您可以在您的服务器中提供应用程序包,设备可以加载包的 url。然后使用 PackageManager 更新应用程序。

这里有一个关于的话题。你可以参考工具。区别在于packageLocation,在那种情况下它是一个移动存储,而在你的情况下你需要使用网络共享。