- AuthorPosts
- December 7, 2007 at 7:43 am #5119GarrettMember
My script for silent install EmEditor:
\%1 /q NOIEVIEW=1 NOIEEDITOR=1 NOPLUGINS=1 TRAYICON=0
@pauseWhy 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 workDecember 7, 2007 at 7:25 pm #5122Yutaka EmuraKeymasterGarrett wrote:
My script for silent install EmEditor:\%1 /q NOIEVIEW=1 NOIEEDITOR=1 NOPLUGINS=1 TRAYICON=0
@pauseWhy 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 workThe 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!
- AuthorPosts
- You must be logged in to reply to this topic.