I was wondering if it is possible for casper to launch a .scpt file after reboot. I've created an entire install script that sets up login hooks, tweaks settings, etc etc and need it to run after the initial reboot following the imaging process.
Last year I used a shell script to point to my compiled .scpt in .app form and start it that way, but with Mavericks it seems this produces a lot of strange errors that are probably permission based.
The .scpt works fine if I toss it on the Desktop, use composer to create a dmg, and then run it off desktop but I would like to have it as automated as possible.
