During normal installation, dialog boxes will be displayed, and a user must click the "Next" button or set options. However, when you install EmEditor into multiple computers in corporate or group environments, you might want to use a batch or scripting file to automate the installation. On Version 6.00 or later, Windows Installer is used for installation, and the "quiet" installation is possible.
For instance, if the EmEditor installation file is emed901ep32.msi, running the following command:
emed901ep32.msi /q
will install EmEditor with default settings without displaying any dialog boxes. If you wish to change the default settings, you can use following options:
| NOTRAYICON=1 | does not display a tray icon on the task bar. |
| NOTXT=1 | does not associate text files to EmEditor. |
| NOIEVIEW=1 | does not use EmEditor to view source on Internet Explorer. |
| NOIEEDITOR=1 | does not add EmEditor to Internet Explorer HTML editor list. |
| NOPLUGINS=1 | does not install plug-ins. |
| REGKEY=xxxxxx | enters a registration key. |
For instance, if you wish to install EmEditor without associating text files to EmEditor, run:
emed700epx.msi /q NOTXT=1
There are many options for Windows Installer. For details, run:
msiexec /?
to display the list of available commands.
Send feedback on this topic to Emurasoft