Author: nextgens
Date: 2006-08-24 14:57:48 +0000 (Thu, 24 Aug 2006)
New Revision: 10259

Modified:
   trunk/apps/new_installer/Win_shortcutSpec.xml
Log:
new_installer: create additionnal icons for frost, jSite and thaw

Modified: trunk/apps/new_installer/Win_shortcutSpec.xml
===================================================================
--- trunk/apps/new_installer/Win_shortcutSpec.xml       2006-08-24 14:46:06 UTC 
(rev 10258)
+++ trunk/apps/new_installer/Win_shortcutSpec.xml       2006-08-24 14:57:48 UTC 
(rev 10259)
@@ -65,4 +65,49 @@

                <createForPack name="Base" />
        </shortcut>
+
+       <shortcut
+               name="Frost"
+               programGroup="yes"
+               desktop="no"
+               applications="no"
+               startMenu="no"
+               startup="no"
+               target="$INSTALL_PATH\frost\frost.bat"
+               commandLine=""
+               description="This starts Frost"
+               workingDirectory="$INSTALL_PATH\frost"
+       >
+               <createForPack name="frost" />
+       </shortcut>
+
+       <shortcut
+               name="jSite"
+               programGroup="yes"
+               desktop="no"
+               applications="no"
+               startMenu="no"
+               startup="no"
+               target="start"
+               commandLine="javaw -jar jSite.jar"
+               description="This starts jSite"
+               workingDirectory="$INSTALL_PATH\"
+       >
+               <createForPack name="jSite" />
+       </shortcut>
+
+       <shortcut
+               name="Thaw"
+               programGroup="yes"
+               desktop="no"
+               applications="no"
+               startMenu="no"
+               startup="no"
+               target="start"
+               commandLine="javaw -jar Thaw.jar"
+               description="This starts Thaw"
+               workingDirectory="$INSTALL_PATH\"
+       >
+               <createForPack name="thaw" />
+       </shortcut>
 </shortcuts>


Reply via email to