#5122
Yutaka Emura
Keymaster

Garrett wrote:
My script for silent install EmEditor:

\%1 /q NOIEVIEW=1 NOIEEDITOR=1 NOPLUGINS=1 TRAYICON=0
@pause

Why 6-8 last beta’s create tray’s icon loader in autostart menu?
I am tired to delete it there.

Maybe in script in installer was error?
See(I get this from emed700rc2epx.msi)
SETUP_PLUGINS AND NOT NOPLUGINS work fine
IE_VIEW AND NOT NOIEVIEW work fine
IE_EDITOR AND NOT NOIEEDITOR work fine
(TRAY_ICON OR TRAYICON) AND $C not work

The default behavior was changed, but the Help was not updated, and TRAYICON was not working any more. I fixed that on RC3, and next time use

NOTRAYICON=1

to specify no tray icon should be installed. Thanks!