Author: jerome
Date: 2009-09-11 14:58:43 +0200 (Fri, 11 Sep 2009)
New Revision: 5359

Modified:
   
software_suite_v3/software/tool/tool-second-installer/trunk/tool-second-installer/Unit1.pas
Log:
* Updated the command sent to start TuxBox at run once.

Modified: 
software_suite_v3/software/tool/tool-second-installer/trunk/tool-second-installer/Unit1.pas
===================================================================
--- 
software_suite_v3/software/tool/tool-second-installer/trunk/tool-second-installer/Unit1.pas
 2009-09-11 12:43:18 UTC (rev 5358)
+++ 
software_suite_v3/software/tool/tool-second-installer/trunk/tool-second-installer/Unit1.pas
 2009-09-11 12:58:43 UTC (rev 5359)
@@ -548,7 +548,7 @@
     begin
     //This function handle the 'Finish' button click.
     command := '"' + TuxUtils.GetTuxDroidBinariesDirectory() + 
'\tuxbox_launcher.exe' + '"';
-    ShellExecute(HWND(nil), 'open', PChar(command), nil, nil, SW_HIDE);
+    ShellExecute(HWND(nil), 'open', PChar(command), PChar('keep'), nil, 
SW_SHOW);
     end;
 
     //We provide the time to tuxbox to be started faster.


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to