[tuxdroid-svn] r5359 - software_suite_v3/software/tool/tool-second-installer/trunk/tool-second-inst
Status: Beta
Brought to you by:
ks156
|
From: jerome <c2m...@c2...> - 2009-09-11 12:59:02
|
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.
|