http://bugs.winehq.org/show_bug.cgi?id=4251
Summary: MSI ACTION_InstallFiles is not copying files in subfolders. Product: Wine Version: 0.9.5. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-msi AssignedTo: wine-bugs@winehq.org ReportedBy: pquiring@hotmail.com
This error msg occurs for every file MSI tries to install:
err:msi:ACTION_InstallFiles Unable to copy file (L"E:\folder\DAO360.DLL" -> L"c:\Program Files\Common Files\Microsoft Shared\DAO\DAO360.DLL") (error 2)
In the example above the DAO360.DLL file is in "E:\folder\Common\Microsoft Shared\DAO". MSI is dropping the subfolder component of the install file request somewhere.
I'm trying to intall "e-Sword 6.5" and I cannot install it when the cdrom image is mounted in a root folder (keeps asking for disk1). So I mount it in a subfolder and it seems to work, except the files are not copied.
Thanks.