Scarab commit: svn commit: r11118 - branches/release/1.0.22/src/nsis
[email protected] Fri, 13 Apr 2012 01:59:55 -0700 (PDT)
| Newsgroups | gmane.comp.java.scarab.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mcoss
Date: 2012-04-13 01:59:55-0700
New Revision: 11118
Modified:
branches/release/1.0.22/src/nsis/before-install.nsh
branches/release/1.0.22/src/nsis/startmenu-shortcuts.nsh
Log:
ADD - Comments.
Modified: branches/release/1.0.22/src/nsis/before-install.nsh
Url: http://scarab.tigris.org/source/browse/scarab/branches/release/1.0.22/src/nsis/before-install.nsh?view=diff&pathrev=11118&r1=11117&r2=11118
==============================================================================
--- branches/release/1.0.22/src/nsis/before-install.nsh (original)
+++ branches/release/1.0.22/src/nsis/before-install.nsh 2012-04-13 01:59:55-0700
@@ -1 +1,4 @@
Call AssertJavaHome
+# This will check, using the function provided in JDK.nsh,
+# that an environment variable for JAVA_HOME is available,
+# and abort the installation if it's not.
Modified: branches/release/1.0.22/src/nsis/startmenu-shortcuts.nsh
Url: http://scarab.tigris.org/source/browse/scarab/branches/release/1.0.22/src/nsis/startmenu-shortcuts.nsh?view=diff&pathrev=11118&r1=11117&r2=11118
==============================================================================
--- branches/release/1.0.22/src/nsis/startmenu-shortcuts.nsh (original)
+++ branches/release/1.0.22/src/nsis/startmenu-shortcuts.nsh 2012-04-13 01:59:55-0700
@@ -1,3 +1,6 @@
+# If you provide this file, the installer will allow the user to choose
+# whether or not to create shortcuts in the <code>Start Menu</code>.
+# The shortcuts specified in this file will be created.
SetOutPath $INSTDIR\scarab\WEB-INF\conf
CreateShortCut "${PROJECT_STARTMENU_FOLDER}\Create Database.lnk" "$INSTDIR\scarab\WEB-INF\conf\create-db.bat" "" "$INSTDIR\scarab\WEB-INF\conf\create-db.bat" 0
------------------------------------------------------
http://scarab.tigris.org/ds/viewMessage.do?dsForumId=3577&dsMessageId=2947969