Am 26.09.18 um 21:14 schrieb Kevin Beard:
> During the installation I’m prompted to generate an AutoInstall file if
> I wish.
>
> I’ve done this and have the file. I can’t find documentation anywhere
> on how to use it.
>
> Can I use this “response” file to automate and silently install Squirrel
> rather than manually doing it every time someone asks for it?
Yes, you can. Just pass the saved script to the standard installer call
on the command line.
Here is an example for a Linux command line:
$JAVA_HOME/java -jar squirrel-sql-3.9.0-standard.jar <pathToScript>
Note: The standard file ending for the script is '.xml'
Gerd
|