Hello World,
How do I identify which Version is currently installed?
The way "1.7.1 Decoding product details via Windows GUID" through regedit described here: http://blogs.adobe.com/dmcmahon/files/2012/02/Acrobat_Enterprise_Administration.pdf#page=2 5 didnt work trustworthy.
Cause installation of Version 11.0.04 from Version 11.0.00 didnt change the registry value....
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Adobe\Acrobat Reader\VERSION\Installer
So I had to try the second solution: "1.7.3 MSI API" on Page 29:
For 10.x product versions, you can use the MSI API to determine the product version. To use the MSI API,
use the MsiEnumRelatedProducts() and MsiGetProductInfo() as shown in Example 1.5.
For more information about these APIs, see http://msdn.microsoft.com/en-us/library/aa370130(VS.85).aspx.
http://msdn.microsoft.com/en-us/library/aa370130(v=vs.85).aspx
[...]
Now, how do I use the red marked functions? Which program,language...? Im totally out at this point =/.
If you have another soultion please feel free to tell me.
Thanks in advance.