comparison packaging/trustbridge.nsi @ 1124:fd2194295218

(issue54) Start application after update in tray mode
author Andre Heinecke <andre.heinecke@intevation.de>
date Wed, 17 Sep 2014 12:11:57 +0200
parents fd85a02d771d
children 2a1206932f53
comparison
equal deleted inserted replaced
1123:425a9a861d17 1124:fd2194295218
260 260
261 !insertmacro MUI_STARTMENU_WRITE_END 261 !insertmacro MUI_STARTMENU_WRITE_END
262 done: 262 done:
263 StrCmp $is_update '1' run_silent dont_run 263 StrCmp $is_update '1' run_silent dont_run
264 run_silent: 264 run_silent:
265 DesktopShellRun::Exec "$INSTDIR\trustbridge.exe" "--tray"
265 dont_run: 266 dont_run:
266 267
267 SectionEnd 268 SectionEnd
268 269
269 !ifdef WRITE_UNINSTALLER 270 !ifdef WRITE_UNINSTALLER

http://wald.intevation.org/projects/trustbridge/