Page 1 of 1

New version - v3.90 - 7th October 2008

Posted: Tue Oct 07, 2008 20:40 pm
by andyc
New away system, new log viewer, much easier to install.

I'd be grateful for comments, especially regarding the new install script.

Re: New version - v3.90 - 7th October 2008

Posted: Mon Oct 27, 2008 21:42 pm
by Guest
It works really nice! :D I always have been a fan of this client. It is fast easy and straightforward!!!
Thanks a lot for the new version :)

the install script is a bit bugged. It crashed at line 46:
.copy -o $shortfn($scriptdir $+ *) $shortfn($mircdir)

And that is obvious, cause it should be:
.copy -o " $+ $shortfn($scriptdir $+ *) $+ " " $+ $shortfn($mircdir) $+ "

Because if i put my install-files in C:\program files\ for example.....
.copy gives error that "C:\program" isn't a legitimate folder :)

maybe you could fix it, but if the user reads the readme-file it should be ok!! (cause C:\temp\ gives no problems at all).

Thanks!
~ JP

Re: New version - v3.90 - 7th October 2008

Posted: Thu Oct 30, 2008 18:42 pm
by andyc
The $shortfn function should have handled that really, but it clearly hasn't worked in this case!

Fixed both occurrences of the bug in msninstall.mrc in v3.93 on the site now (that's the only change).

Many thanks for reporting it!