[Mono-bugs] [Bug 505341] The Windows Installer should generate relocatable BAT files
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue May 19 15:23:57 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=505341
User kramieb at gmail.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=505341#c1
Dykam None <kramieb at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kramieb at gmail.com
--- Comment #1 from Dykam None <kramieb at gmail.com> 2009-05-19 13:23:55 MDT ---
Now it generates the following file:
{gmcs.bat}
@"C:\PROGRA~1\Mono-2.4\bin\mono.exe"
"C:\PROGRA~1\Mono-2.4\lib\mono\2.0\gmcs.exe" %*
This should be changed to:
@"%~dp0\mono.exe" "%~dp0\..\lib\mono\2.0\gmcs.exe" %*
Didn't test it yet. Will do a massive replace ina few days and report the
results.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list