I would like to implement my own client for Microsoft Lync, which is built into my business application. Can this be done without installing Lync ?. I am targeting the Lync SDK 2010. I found the following information in the documentation, and I was wondering if there was a solution to avoid this:
Use the Microsoft Lync 2010 SDK to add communication and collaboration features to your application. Using the Lync SDK, you can add Microsoft Lync 2010 features to an existing business application or create a custom client that includes Microsoft Lync 2010 features. In any case, Lync 2010 must be a running process on the client computer hosting the Microsoft Lync 2010 API application.
My idea is that my .Net application should be installed without having to install Lync.
narko source share