Hi all,
I've installed Adobe acrobat in my system. my application will launch Acrobat using Shell command.I created a package of my application and installed on another system. In that system my application refused to open Acrobat. Since the acrobat is installed on different location. i.e., in my system it was installed in "C:\program files\". But In remote system it was installed in "F:\program files". How can I find the location where acrobat is installed through code. So that i can run my applcation on both the systems without any problems.VB Code:
shell "C:\program files\Adobe\Acrobat\Acrobat.exe"
Or is there any other way to get rid of this problem?
Thanks in advance.




Reply With Quote