https://bugs.winehq.org/show_bug.cgi?id=35391
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |90fd0285f04fcc5d2d44c016d2d | |51370f518eca5 Status|NEW |RESOLVED CC| |focht@gmx.net Resolution|--- |FIXED Summary|xcopy doesn't support /v |xcopy doesn't support /v |(Samsung Magician Software) |(Samsung Magician Software | |4.2)
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello folks,
this is indeed fixed by commit http://source.winehq.org/git/wine.git/commitdiff/90fd0285f04fcc5d2d44c016d2d...
Thanks Hans
Thanks Bruno for the reminder.
Direct download link: http://downloadcenter.samsung.com/content/SW/201309/20130912142437484/Samsun...
--- snip --- ... 0025:Call KERNEL32.CreateProcessW(00000000,0090a86c L""xcopy" "Z:\home\focht\Downloads\Samsung_Magician_ML_Setup_v4.2.1_20130819.exe" "C:\users\Public\Application Data\Samsung\Backup\" /i /f /c /v /r /h /y",00000000,00000000,00000000,04000000,00000000,00695704 L"C:\windows\system32",0033facc,0033fabc) ret=004ab35d ... 002f:Call KERNEL32.__wine_kernel_init() ret=7bc5a88d 0025:Ret KERNEL32.CreateProcessW() retval=00000001 ret=004ab35d ... 002f:fixme:xcopy:XCOPY_ParseCommandLine ignoring /V ... 002f:Call KERNEL32.CreateDirectoryW(0012ae10 L"C:\users\Public\Application Data\Samsung\Backup",00000000) ret=7ed5e079 002f:Ret KERNEL32.CreateDirectoryW() retval=00000000 ret=7ed5e079 ... 002f:Call KERNEL32.WriteFile(00000010,0014ff20,000000a8,0033ad68,00000000) ret=7ed5dd88 Z:\home\focht\Downloads\Samsung_Magician_ML_Setup_v4.2.1_20130819.exe -> C:\users\Public\Application Data\Samsung\Backup\Samsung_Magician_ML_Setup_v4.2.1_20130819.exe 002f:Ret KERNEL32.WriteFile() retval=00000001 ret=7ed5dd88 002f:Call KERNEL32.SetFileAttributesW(7ed80f20 L"C:\users\Public\Application Data\Samsung\Backup\Samsung_Magician_ML_Setup_v4.2.1_20130819.exe",fffffffe) ret=7ed5ee94 002f:Ret KERNEL32.SetFileAttributesW() retval=00000000 ret=7ed5ee94 002f:Call KERNEL32.CopyFileW(7ed80d00 L"Z:\home\focht\Downloads\Samsung_Magician_ML_Setup_v4.2.1_20130819.exe",7ed80f20 L"C:\users\Public\Application Data\Samsung\Backup\Samsung_Magician_ML_Setup_v4.2.1_20130819.exe",00000000) ret=7ed5eedc 002f:Ret KERNEL32.CopyFileW() retval=00000001 ret=7ed5eedc 002f:Call KERNEL32.FindNextFileW(0012ad50,0012a630) ret=7ed5efab 002f:Ret KERNEL32.FindNextFileW() retval=00000000 ret=7ed5efab 002f:Call KERNEL32.FindClose(0012ad50) ret=7ed5efcc 002f:Ret KERNEL32.FindClose() retval=00000001 ret=7ed5efcc ... 002f:Call KERNEL32.WriteFile(00000010,0014ff20,00000012,0033b098,00000000) ret=7ed5dd88 1 file(s) copied 002f:Ret KERNEL32.WriteFile() retval=00000001 ret=7ed5dd88 002f:Call KERNEL32.ExitProcess(00000000) ret=7ed609e6 --- snip ---
$ sha1sum Samsung_Magician_ML_Setup_v4.2.1_20130819.exe 51480a2e80157a07894fbd494f53c73fc98dced1 Samsung_Magician_ML_Setup_v4.2.1_20130819.exe
$ du -sh Samsung_Magician_ML_Setup_v4.2.1_20130819.exe 15M Samsung_Magician_ML_Setup_v4.2.1_20130819.exe
$ wine --version wine-1.7.34-36-g4493323
Regards