Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adobe PDFWriter version
Message
From
01/05/2002 13:30:48
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00651363
Message ID:
00651450
Views:
16
Sergey,
You may try the GetAppPath() method of the ffc registry class, although I suspect that it will return the PDFReader:
loReg = NEWOBJECT("FileReg", HOME() + "ffc\registry")
lcAppKey = ""
lcAppPath = ""
loReg.GetAppPath("PDF", @lcAppKey, @lcAppPath)
?lcAppPath
>>Sergey,
>>
>>I don't have PDFWriter. I guess you've looked at AGETFILEVERSION() and/or the registry?
>>
>>>How to find out programmatically what version of Adobe PDFWriter is installed on PC?
>
>I didn't find anything about the version in the registry but AGETFILEVERSION() should work. The question is how to find where PDFWriter files are located.
Daniel
Previous
Reply
Map
View

Click here to load this message in the networking platform