diff 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
line wrap: on
line diff
--- a/packaging/trustbridge.nsi	Wed Sep 17 12:11:31 2014 +0200
+++ b/packaging/trustbridge.nsi	Wed Sep 17 12:11:57 2014 +0200
@@ -262,6 +262,7 @@
 done:
   StrCmp $is_update '1' run_silent dont_run
 run_silent:
+  DesktopShellRun::Exec "$INSTDIR\trustbridge.exe" "--tray"
 dont_run:
 
 SectionEnd

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