Instructions below are not for single user installation, they are for an IT person installing PDF Studio silently on multiple Mac machines.

When trying to install and register silently on the Mac, if you are having trouble to get the command-line to register to accept the string after the –args for the open statement, please follow the steps below:

#!/bin/sh
## postinstall
# Set install directory
cd /private/var/tmp/pdfstudio

# Execute install
./pdfstudio.app/Contents/MacOS/JavaApplicationStub -q -VcreateDesktopLinkAction$Boolean=false

wait 1

# Set Applications directory
cd /Applications

#Execute licensing
./PDF\ Studio\ 10.app/Contents/MacOS/JavaApplicationStub -register licenseID -console

rm -rf /var/tmp/pdfstudio

exit 0       ## Success
exit 1       ## Failure