Author: mladen.turk(a)jboss.com
Date: 2008-04-04 02:18:32 -0400 (Fri, 04 Apr 2008)
New Revision: 1518
Modified:
trunk/build/install/installer/sinstall.h
trunk/build/install/installer/sinstall.rc
Log:
Add eula files to resources
Modified: trunk/build/install/installer/sinstall.h
===================================================================
--- trunk/build/install/installer/sinstall.h 2008-04-04 06:12:28 UTC (rev 1517)
+++ trunk/build/install/installer/sinstall.h 2008-04-04 06:18:32 UTC (rev 1518)
@@ -105,8 +105,9 @@
#define IDD_ABOUTBOX 250
#define IDC_LICENSE 251
#define IDR_LICENSE 252
-#define IAB_SYSINF 253
-#define IDC_ABOUTAPP 254
+#define IDR_EULA 253
+#define IAB_SYSINF 254
+#define IDC_ABOUTAPP 255
#define SIZ_BUFLEN 1024
#define SIZ_BUFMAX (SIZ_BUFLEN - 1)
Modified: trunk/build/install/installer/sinstall.rc
===================================================================
--- trunk/build/install/installer/sinstall.rc 2008-04-04 06:12:28 UTC (rev 1517)
+++ trunk/build/install/installer/sinstall.rc 2008-04-04 06:18:32 UTC (rev 1518)
@@ -43,6 +43,7 @@
IDI_MAINICON ICON "res/jboss.ico"
IDI_RHELICON ICON "res/redhat.ico"
IDR_LICENSE RTF "res/lgpl.rtf"
+IDR_EULA RTF "res/eula.rtf"
IDB_JBOSSTOP BITMAP "res/jbosstop.bmp"
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "res/commonc.manifest"
@@ -53,6 +54,8 @@
IMG_JBOSSTOP PNG "res/jbosstop.png"
HTML_LGPLMAIN HTML "res/lgplmain.htm"
HTML_LGPL HTML "res/lgpl.htm"
+HTML_EULAMAIN HTML "res/eulamain.htm"
+HTML_EULA HTML "res/eula.htm"
IDD_ABOUTBOX DIALOGEX 0, 0, 337, 187
STYLE DS_SETFONT | DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
Show replies by date