You can install Mirth® Connect in quiet mode by using the .sh file on Unix and macOS, or the .exe file on Windows.
The following steps demonstrate the example on a Unix system.
- Navigate to Mirth® Connect by using your Success Community account. Refer to Installing Mirth® Connect for more details.
- Make the installer file executable by using the below command. Use
Run
command under button.
chmod +x mirthconnect-x.x.x.bxxxx-unix.sh.
- To install Mirth® Connect in quiet mode, also known as non-interactive or unattended, by using all user-defined options, run the command as described below. In Windows® , select the Start button, enter Run, and type this command to execute in console mode. This command requires full paths to the .exe file as well as the varfile. For Windows® , the default is Program Files which contains a space in the name, but a varfile is required to omit the space. See notes in the examples topic.
sudo ./mirthconnect-x.x.x.bxxx-unix.sh -q -varfile response.varfile
The varfile is a preference file for the installation. It allows you to define your license key and list of
Mirth® Connect extensions to download and install with the installer.
Note: You can run the installer in quiet mode without a varfile, although this is not recommended.