I have a setup of a developed Software. I need to identify wich Office is installed to install certain librarias.
How can I do it?
Professional Software Development Tools
I have a setup of a developed Software. I need to identify wich Office is installed to install certain librarias.
How can I do it?
Why don't you try to read the file association for a certain type of file (like .doc for Word documents, .xls for Excel workbooks, etc..) ? (in Action screen, File Information/Read File Association)
With this, you can make sure whether an application is installed or not [img]/ubbthreads/images/icons/smile.gif[/img] or you can get the version number of one of the components of Microsoft Office, with « File Information/Read File Information/Version ».
also try searching the registry for your own copy of MS Office, and see if there are specific keys returned that verify the user has MS Office installed and where it's installed, etc etc
that might work