It's not really an installation, per se. It's an MSAccess VBA program. When the program is first launched, it invokes the Acrobat object and does a GetPath to see where the javascripts folder is located. When the user is ready to write the form, it pulls data from some tables, generates a javascript function called WriteIDS() that sets the field values, and javes the function to the folder as WriteIDS.js. The VBA then invokes Acrobat and executes the function as jso.WriteIDS().
↧