[jetrix-cvs] SF.net SVN: jetrix:[842] jetrix/trunk/src/bin/launcher.nsi
Brought to you by:
smanux
From: <sm...@us...> - 2010-04-26 13:26:44
|
Revision: 842 http://jetrix.svn.sourceforge.net/jetrix/?rev=842&view=rev Author: smanux Date: 2010-04-26 13:26:37 +0000 (Mon, 26 Apr 2010) Log Message: ----------- Removed the confirmation message on running jetrix.exe Modified Paths: -------------- jetrix/trunk/src/bin/launcher.nsi Modified: jetrix/trunk/src/bin/launcher.nsi =================================================================== --- jetrix/trunk/src/bin/launcher.nsi 2010-04-13 08:27:06 UTC (rev 841) +++ jetrix/trunk/src/bin/launcher.nsi 2010-04-26 13:26:37 UTC (rev 842) @@ -65,12 +65,11 @@ $\nWithout it you cannot run Jetrix. \ $\n$\nWould you like to visit the Java website to download it?' \ IDNO +2 - ExecShell open "http://java.sun.com/getjava" + ExecShell open "http://java.com" Quit JreFound: Pop $R1 - MessageBox MB_ICONEXCLAMATION|MB_YESNO 'exec: $R0' IDNO +2 Exch $R0 FunctionEnd This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |