Author: nextgens
Date: 2006-08-18 14:48:54 +0000 (Fri, 18 Aug 2006)
New Revision: 10190

Modified:
   trunk/apps/new_installer/res/windows/bin/1run.cmd
Log:
installer: fix the installer when you're not installing to C:\ 

Modified: trunk/apps/new_installer/res/windows/bin/1run.cmd
===================================================================
--- trunk/apps/new_installer/res/windows/bin/1run.cmd   2006-08-18 14:36:03 UTC 
(rev 10189)
+++ trunk/apps/new_installer/res/windows/bin/1run.cmd   2006-08-18 14:48:54 UTC 
(rev 10190)
@@ -1,7 +1,7 @@
 @set PATH=%SYSTEMROOT%\System32\;%PATH%
 @set INSTALL_PATH=$INSTALL_PATH
 @set JAVA_HOME=$JAVA_HOME
- at cd %INSTALL_PATH%
+ at cd /D %INSTALL_PATH%

 @echo "Registering .fref file extention"
 @echo Windows Registry Editor Version 5.00 >> fref.reg


Reply via email to