Page 1 of 1

Automated Installer

Posted: Wed Aug 08, 2018 7:24 pm
by ckeen
Is there a way to install Jamovi automated and silent? I need to install it on 30 computers. Would like to automate it if possible.

Re: Automated Installer

Posted: Thu Aug 09, 2018 2:54 am
by dropmann
what OS were you looking at installing on?

Re: Automated Installer

Posted: Thu Aug 09, 2018 6:07 pm
by ckeen
Windows 10 64 bit

Re: Automated Installer

Posted: Mon Aug 13, 2018 12:10 am
by dropmann
Hi, the jamovi installer can be run silently from the console using /S as an argument.

Code: Select all

jamovi-0.9.2.0-win64.exe /S
hope that helps