When you use SQuirreL's MAC OS installer the last of the dialogs allows
to save an installer script. To silently repeat the installation execute
the following command:
java -jar squirrel-sql-<YourSquirrelVersion>-MACOSX-install.jar
<pathToInstallerScript>
Gerd
Am 16.07.21 um 20:34 schrieb Olsen, Jason E:
> Is there an option to silently deploy this out to users on macOS using
> an MDM like Jamf?
>
> I packaged and deployed it to /private/var/tmp, and then I attempted to
> silently install it with a command line like:
>
> java -DINSTALL_PATH=/Applications -jar
> /private/var/tmp/squirrel-sql-4.2.0-MACOSX-install.jar -options-system
>
> However I'm getting this error:
> - ERROR -
> java.io.FileNotFoundException: -options-system (No such file or directory)
> java.io.FileNotFoundException: -options-system (No such file or directory)
> at java.base/java.io.FileInputStream.open0(Native Method)
> at java.base/java.io.FileInputStream.open(FileInputStream.java:211)
> at java.base/java.io.FileInputStream.<init>(FileInputStream.java:153)
> at com.izforge.izpack.installer.AutomatedInstaller.getXMLData(Unknown
> Source)
> at com.izforge.izpack.installer.AutomatedInstaller.<init>(Unknown Source)
> at com.izforge.izpack.installer.Installer.main(Unknown Source)
>
> Thanks
>
>
>
> Please be aware that if you reply directly to this particular message,
> your reply may not be secure. Do not use email to send us communications
> that contain unencrypted confidential information such as passwords,
> account numbers or Social Security numbers. If you must provide this
> type of information, please visit comerica.com to submit a secure form
> using any of the ”Contact Us” forms. In addition, you should not send
> via email any inquiry or request that may be time sensitive. The
> information in this e-mail is confidential. It is intended for the
> individual or entity to whom it is addressed. If you have received this
> email in error, please destroy or delete the message and advise the
> sender of the error by return email.
>
>
> _______________________________________________
> Squirrel-sql-users mailing list
> Squ...@li...
> https://lists.sourceforge.net/lists/listinfo/squirrel-sql-users
>
|