문제

I have developed the a library to discover Device Using Bonjour Discovery Api.

I have installed bonjour sdk in my system so the Unit Test for it is working fine in my machine.

But When we run on fresh machine it is crashing.The reason for this Bonjour is not installed on that system.This library is going to be used in Some application.

My assumption is to run this library we not run mDNResponder.exe and mdnsNSP.dll.

One way to solve the problem is install the Bonjour SDk manually.

I am wanted to do it programatically.Please help me do this.

도움이 되었습니까?

해결책

I guess need to run Bonjour.msi only Instead of SDK.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top