Relative Content

Tag Archive for macosinstallationpkg

Sending a single file that will automatically route to a certain directory

So basically I made an invoice template for my dad that uses a JavaScript file to allow him to add/delete fields and generally customize the pdf form easily since he’s not great with technology. Every now and then he requests a feature or reports a bug and I update the script and send it to him. The script needs to be placed in a certain folder for Acrobat to have access to it. And despite having done with 4-5 times, I still have to walk him through where to place it every time. I’m hoping to be able to package it so that he clicks on the package and it just routes the script to the right folder automatically. I assume the best approach is a pkg builder but I wasn’t sure since this is just one file and no application. Sorry if this is a dumb question but I’m not software developer. Just wrote a script to help my dad out.