将第三方设备驱动程序链接到UWP应用程序的最佳做法。 [英] Best practices for linking a 3rd party device driver to a UWP app.

查看:127
本文介绍了将第三方设备驱动程序链接到UWP应用程序的最佳做法。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

将UWP应用程序链接到由第三方开发的设备驱动程序的最佳做法是什么?


过去你可以使用像InstallShield这样的东西将驱动程序与应用程序捆绑在一起以创建可安装程序包。


如何使用UWP应用程序完成此操作?您可以将第三方驱动程序与您的应用程序捆绑在一起并将.appxupload提交到Windows应用商店,还是以某种方式将应用程序链接到第三方驱动程序站点?


如果您创建了.MSI与您的UWP应用程序和驱动程序,然后使用Microsoft Bridge转换为.appxupload?


这里有什么选项?



解决方案


嗨hutchinski,



您可能需要引导用户访问第三方驱动程序站点。



如果设备驱动程序是NuGet包,它可以打包到项目中。



对于桌面网桥,它只能打包一个.msi文件而不是serval文件。





最好的问候,



罗伊


what are the best practices for linking a UWP app to a device driver that has been developed by a 3rd party?

In the old days you could use something like InstallShield to bundle drivers with an app to create an installable package.

How is this done with UWP apps? Can you bundle 3rd party drivers with your apps and submit the .appxupload to the Windows Store, or do you have to somehow link the app to the 3rd party driver site?

Should you create a .MSI with your UWP app and the driver , then use Microsoft Bridge to convert to an .appxupload?

What are the options here?

解决方案

Hi hutchinski,

It seems that you might need to guide the user to the 3rd party driver site.

If the device driver is a NuGet Package, it could be packaged into the project.

For desktop bridge, it could only package one .msi file instead of serval files.

Best regards,

Roy


这篇关于将第三方设备驱动程序链接到UWP应用程序的最佳做法。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆