[Mono-bugs] [Bug 66644][Nor] New - wrong paths to mono dir in .bat files
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 22 Sep 2004 17:37:21 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by tomasz.frelik@enzo.pl.
http://bugzilla.ximian.com/show_bug.cgi?id=66644
--- shadow/66644 2004-09-22 17:37:21.000000000 -0400
+++ shadow/66644.tmp.24687 2004-09-22 17:37:21.000000000 -0400
@@ -0,0 +1,31 @@
+Bug#: 66644
+Product: Mono: Runtime
+Version: unspecified
+OS:
+OS Details: Windows 2000 Pro
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: tomasz.frelik@enzo.pl
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: wrong paths to mono dir in .bat files
+
+The paths in .bat files seem to be hardcoded to default(?) installation
+directory. Therefore these .bat files are unusable. Start menu shortcuts to
+apps won't run. This is from bin/sqlsharpgtk.bat:
+
+SET PATH=C:\mono\Mono-1.0\bin;%PATH%
+SET MONO_PATH=C:\mono\Mono-1.0\lib
+SET MONO_CFG_DIR=C:\mono\Mono-1.0\etc
+"C:\mono\Mono-1.0\lib\mono.exe" "C:\mono\Mono-1.0\lib\sqlsharpgtk.exe" %*
+
+Whereas my Mono dir is g:\mono.
+
+To reproduce the problem, install Mono on Windows to directory other than
+the one hardcoded in .bat files.