[Bug 52405] New: Shell Folder.CopyHere method fails
https://bugs.winehq.org/show_bug.cgi?id=52405 Bug ID: 52405 Summary: Shell Folder.CopyHere method fails Product: Wine Version: 7.0-rc6 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: shell32 Assignee: wine-bugs(a)winehq.org Reporter: winehq-bugzilla(a)reichardt.de Distribution: --- Created attachment 71656 --> https://bugs.winehq.org/attachment.cgi?id=71656 Inno Setup script I found this on macOS via Crossover but in the WineHQ forums it was confirmed on Linux with Wine 2.0-rc6. My usecase is an Inno Setup script that unzips a zip file via the Shell Folder.Copy here method. This works in a Windows 10 VM. Seems it fails already with the portion of the script Shell := CreateOleObject('Shell.Application'); *or* ZipFile := Shell.NameSpace(ZipPath); Attached is the Inno Setup script that works with Inno Setup 6.2 https://jrsoftware.org/isdl.php The script downloads a zip and then tries to unzip it. With Wine it gets a runtime error that the zip cannot be found or used (even though the zip is right there in the path and is valid). Forum post with Linux wine 7.0-rc6: https://forum.winehq.org/viewtopic.php?f=2&t=36097&p=135722#p135722 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52405 --- Comment #1 from Nikolay Sivov <bunglehead(a)gmail.com> --- It looks like it's using zip folder implementation too, which is not implemented, see bug 17368. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52405 Dominik Reichardt <winehq-bugzilla(a)reichardt.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |DUPLICATE --- Comment #2 from Dominik Reichardt <winehq-bugzilla(a)reichardt.de> --- Thanks, AFAICT my report is a duplicate of that bug. *** This bug has been marked as a duplicate of bug 17368 *** -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52405 Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #3 from Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> --- Closing Duplicate. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
WineHQ Bugzilla