Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我开发了一个库来使用 Bonjour Discovery Api 发现设备。
我已经在我的系统中安装了 bonjour sdk,因此它的单元测试在我的机器上运行良好。
但是当我们在新机器上运行时它会崩溃。这个 Bonjour 的原因是没有安装在那个系统上。这个库将在某些应用程序中使用。
我的假设是运行这个库我们不运行 mDNResponder.exe 和 mdnsNSP.dll。
解决问题的一种方法是手动安装 Bonjour SDK。
我想以编程方式进行。请帮我这样做。
我想只需要运行 Bonjour.msi 而不是 SDK。