Unsure if the title is effectively conveying my query. Here's what I need help with:
I possess a .jsx file that performs a specific function. My goal is to craft a setup file suitable for both Mac and PC, similar to .jar, .exe, .dmg
. Upon installation of this package, my script abc.jsx
should automatically be placed in the
Adobe InDesign CS5/Scripts/Scripts Panel
directory, while ensuring that users are unable to access the code within abc.jsx
(as it must remain private intellectual property).
I am aware of the possibility to generate setup files for Java programs, but is there a method to accomplish this for .jsx
files, primarily associated with Adobe ID Scripts
? My background leans towards web development, with some familiarity in InDesign, leaving me uncertain on how best to proceed.
Appreciate any assistance provided. Thank you.