http://bugs.winehq.org/show_bug.cgi?id=25738
Jason Edmeades us@edmeades.me.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |us@edmeades.me.uk
--- Comment #4 from Jason Edmeades us@edmeades.me.uk 2012-10-02 17:48:08 CDT --- Anastasius - Are you able to retest this as of last nights commits please (specifcally 88f14bb59045e1d8c8bb0a71abb50f505620c420). It certainly should (and appears to) resolve the reported issues, for the 'del' problems, but it still logs some error messages - Analysis of those seem to be that the copy /y are trying to copy as
cmd /c command line: 'L"copy /y C:\windows\assembly\GAC_MSIL\Microsoft.PowerShell.Commands.Utility\1.0.0.0__31bf3856ad364e35\Microsoft.PowerShell.Commands.Utility.dll C:\windows\system32\WindowsPowerShell\v1.0"'
When this is actually executed, C:\windows\assembly\GAC_MSIL\Microsoft.PowerShell.Commands.Utility doesnt exist, which I think is not related to this bug, and is outside cmd as well.
(Xavier - the same commit should help you - please raise a new bug if the issues persist / for the copy issue)
Thanks!