http://bugs.winehq.org/show_bug.cgi?id=22995
Summary: Adobe FrameMaker 8 installer displays complaint about installation path drive type Product: Wine Version: 1.2-rc2 Platform: x86 URL: http://www.adobe.com/support/downloads/detail.jsp?ftpI D=4549 OS/Version: Linux Status: NEW Keywords: download, Installer Severity: minor Priority: P2 Component: msi AssignedTo: wine-bugs@winehq.org ReportedBy: arethusa26@gmail.com
Created an attachment (id=28485) --> (http://bugs.winehq.org/attachment.cgi?id=28485) Adobe FrameMaker 8 installer +msi,+volume trace (lzma compressed)
With wine-1.2-rc2-51-gbbd93e5, after pressing Next at the "Setup Type" dialog in the Adobe FrameMaker 8 installer, an "Invalid Installation Directory Type" dialog is spawned, complaining about the destination drive type. Dismissing the dialog, however, allows installation to continue. I suspect the problem is msi-related, as a +volume trace shows that the GetDriveType invocation is working correctly, and, within the ControlEvent msi table of the installer, a SpawnDialog event for InvalidInstallDirType keyed to the Next button of the SetupType dialog has condition:
_IsSetupTypeMin = "Typical" AND Drive_Fixed = "1"
which seems pretty strange, as a fixed drive is one that the installer is supposed to accept. A +msi,+volume trace is attached.