Copy link to clipboard
Copied
I am a complete beginner in Mac OS. I am currently working on a USB stick that will run on Windows and Mac. In both cases, a batch script should run first, which checks whether the Adobe Reader is installed or not. If not, then an attached HTML with installation notes should be opened.
So my question is, how to detect on Mac OS if the Reader is installed?
Or is it always installed at the same location like: /Applications/Adobe Acrobat Reader DC.app/Contents/MacOS/AdobeReader
For Windows I found that:
Thank you!
1 Correct answer
You are nearly correct. Adobe Reader or Acrobat Reader, Acrobat Pro, Acrobat Standard (on Windows only). You can actually try using "open -a" in a command line to open an application by name wherever it is. Mac has an application database.
Copy link to clipboard
Copied
Before answering, why specifically do you care? What you may not know is that EVERY Mac has a PDF reader already. Why not just use it? Similar issues apply on Windows. Only people with Windows 7 MIGHT NOT have a PDF viewer already.
Also, what if someone has Acrobat Pro (paid for)? Telling them to install Reader May make them Cross.
Finally, there is no such thing as autorun in Mac.
Copy link to clipboard
Copied
My colleague uses the Adobe catalog function to make several hundred PDFs more searchable. And if I understood that correctly, then the user must use Adobe Reader to be able to use this functionality. With the system PDF readers this probably doesn't work.
I know that there is no autorun. The batch script have to be executed by the user or by an application.
Copy link to clipboard
Copied
You are nearly correct. Adobe Reader or Acrobat Reader, Acrobat Pro, Acrobat Standard (on Windows only). You can actually try using "open -a" in a command line to open an application by name wherever it is. Mac has an application database.
Copy link to clipboard
Copied
Thank you!

