Author: nextgens
Date: 2007-11-27 20:49:43 +0000 (Tue, 27 Nov 2007)
New Revision: 15995
Modified:
trunk/apps/new_installer/Win_shortcutSpec.xml
trunk/apps/new_installer/res/windows/bin/install_jsite.cmd
Log:
new_installer: fix jSite on windows
Modified: trunk/apps/new_installer/Win_shortcutSpec.xml
===================================================================
--- trunk/apps/new_installer/Win_shortcutSpec.xml 2007-11-27 20:20:22 UTC
(rev 15994)
+++ trunk/apps/new_installer/Win_shortcutSpec.xml 2007-11-27 20:49:43 UTC
(rev 15995)
@@ -61,7 +61,7 @@
startup="no"
target="$INSTALL_PATH\jsite.cmd"
description="This starts jSite"
- workingDirectory="$INSTALL_PATH\jSite"
+ workingDirectory="$INSTALL_PATH\"
>
<createForPack name="jSite" />
</shortcut>
Modified: trunk/apps/new_installer/res/windows/bin/install_jsite.cmd
===================================================================
--- trunk/apps/new_installer/res/windows/bin/install_jsite.cmd 2007-11-27
20:20:22 UTC (rev 15994)
+++ trunk/apps/new_installer/res/windows/bin/install_jsite.cmd 2007-11-27
20:49:43 UTC (rev 15995)
@@ -11,5 +11,6 @@
@java -jar bin\sha1test.jar jSite/jSite.jar > NUL
@move jSite.jar jSite > NUL
:end
- at echo @start javaw -jar jSite\jSite.jar > jsite.cmd
+ at echo @cd jSite > jsite.cmd
+ at echo @start javaw -jar jSite.jar >> jsite.cmd
:nojsite