I am working on automation of PPT slides generation. I am using Java and my application is communicating with the Microsoft Power Point with JACOB (Java-COM bridge).
When I install just Power Point 2010 on my machine, my application doesn't work. But when I install the whole office setup, it works fine. I want to know exactly which files came with the whole Office setup to make the things work.
More precisely, I need to know which of the DLLs on my machine contains the PowerPoint.Application
object.