New away system, new log viewer, much easier to install.
I'd be grateful for comments, especially regarding the new install script.
New version - v3.90 - 7th October 2008
Re: New version - v3.90 - 7th October 2008
It works really nice! 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
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
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!
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!