Hi, just downloaded “Play Sound” and played with it a bit. Was wondering if there is any way to avoid getting it manually installed on every computer prior to run scripts triggering that application. Would including “Play Sound” in the “Ressources” folder of a application-bundle script and defining it’s path in the script allow “Play Sound” to run and the script to work?
Play Sound is really great, but if you are planning to distribute your script, then you might also consider to use a simple Python script for playback, which utilizes the built-in NSSound class:
How to play sounds in your AppleScript
Just an idea