hi everyone,
hope everyone is fine and fit,
 
I hope this patch gets accepted...
its a splash screen for the jakarta-tomcat 4.0 nullsoft based installer.
i made this splash screen because when i got a mail from Remy, in the morning, i thought to make something for the project, so i made a nice splash screen for it.
 
I am attaching a tar.gz file which has the neccesary files for the splash screen (tcwinsplash.bmp) and the tcpatch.txt (tomcat.nsi patch file)
START OF PATCH
-----------------------------------------------------------------------------------
 
Index: tomcat.nsi
===================================================================
RCS file: /home/cvspublic/jakarta-tomcat-4.0/tomcat.nsi,v
retrieving revision 1.3
diff -u -r1.3 tomcat.nsi
--- tomcat.nsi 2001/07/14 06:47:12 1.3
+++ tomcat.nsi 2001/07/14 13:14:01
@@ -1,6 +1,15 @@
 
 ; Tomcat 4 script for Nullsoft Installer
 
+Function .onInit
+ SetOutPath $TEMP
+ File /oname=spltmp.dat "tcwinsplash.bmp"
+ File /oname=spltmp.exe "splash.exe"
+ ExecWait '"$TEMP\spltmp.exe" 2000 $HWNDPARENT spltmp.dat'
+ Delete $TEMP\spltmp.exe
+ Delete $TEMP\spltmp.dat
+FunctionEnd
+
 Name "jakarta-tomcat-4.0"
 Caption "Jakarta Tomcat 4.0"
 OutFile tomcat4.exe
Index: tomcat.nsi
===================================================================
RCS file: /home/cvspublic/jakarta-tomcat-4.0/tomcat.nsi,v
retrieving revision 1.3
diff -u -r1.3 tomcat.nsi
--- tomcat.nsi 2001/07/14 06:47:12 1.3
+++ tomcat.nsi 2001/07/14 13:28:58
@@ -1,5 +1,17 @@
 
 ; Tomcat 4 script for Nullsoft Installer
+; The builder will have to download the bitmap file from the
+; CVS repository
+
+Function .onInit
+ SetOutPath $TEMP
+ File /oname=spltmp.dat "tcwinsplash.bmp"
+ File /oname=spltmp.exe "splash.exe"
+ ; The file splash.exe is located in the nullsoft installer directory
+ ExecWait '"$TEMP\spltmp.exe" 2000 $HWNDPARENT spltmp.dat'
+ Delete $TEMP\spltmp.exe
+ Delete $TEMP\spltmp.dat
+FunctionEnd
 
 Name "jakarta-tomcat-4.0"
 Caption "Jakarta Tomcat 4.0"
Index: tomcat.nsi
===================================================================
RCS file: /home/cvspublic/jakarta-tomcat-4.0/tomcat.nsi,v
retrieving revision 1.3
diff -u -r1.3 tomcat.nsi
--- tomcat.nsi 2001/07/14 06:47:12 1.3
+++ tomcat.nsi 2001/07/14 13:31:31
@@ -1,5 +1,17 @@
 
 ; Tomcat 4 script for Nullsoft Installer
+; The builder will have to download the bitmap file from the
+; CVS repository
+
+Function .onInit
+ SetOutPath $TEMP
+ File /oname=spltmp.dat "tcwinsplash.bmp"
+ File /oname=spltmp.exe "splash.exe"
+ ; The file splash.exe is located in the nullsoft installer directory
+ ExecWait '"$TEMP\spltmp.exe" 2000 $HWNDPARENT spltmp.dat'
+ Delete $TEMP\spltmp.exe
+ Delete $TEMP\spltmp.dat
+FunctionEnd
 
 Name "jakarta-tomcat-4.0"
 Caption "Jakarta Tomcat 4.0"
----------------------------------------------------------------------------------------------
END OF PATCH
 
 
thanx in advance,
 
Hiten Pandya (15)


Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

tcplash.tar.gz

Reply via email to