Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5119
    Garrett
    Member

    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

    #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!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.