Installing ELMA in the silent mode
This article describes how to install ELMA in the silent mode. This installation method is used when you need to install a program automatically, without involving a user.
Creating a package file
To create a *.bat file, which is used to install in the silent mode, follow these steps.
1. Open any text editor and create a new document.
2. Add the following to the file: start ELMA.exe /VERYSILENT /NORESTART /SP-
Where ELMA.exe - is the name of your ELMA installer file.
3. Save the created file with the *.bat extension to the same folder, as the ELMA installer.
4. Launch the file; the installation will start:
Note
If necessary, you can specify additional parameters in the *.bat file.
For example, to install ELMA with the English interface, add the parameter /LANG=en_US:
You can find information on adding installation parameters here: http://www.jrsoftware.org/ishelp/index.php?topic=setupcmdline.