Not sure if the heading is clear enough for what I am looking to do. But here's the explanation:
I have a .jsx file, which does something. I want to create a setup file for mac and pc, just like we have .jar, .exe, .dmg
. When the user installs this package, my script abc.jsx
should automatically be placed inside the Adobe InDesign CS5/Scripts/Scripts Panel
folder, but the user should never be able to view the code of abc.jsx
(obviously because if they do, then my script is no longer my own work, but available for everyones use).
I've seen that you can create setup files for your Java programs, but is there a way to do it for .jsx
files, which are primarily Adobe ID Scripts
? I'm more of a web guy, with some ID skills, so I don't know how to go about this.
Thanks