http://bugs.winehq.org/show_bug.cgi?id=5640
Summary: Sound Forge 8 trial installer does not show required components ListBox Product: Wine Version: 0.9.17. Platform: All URL: http://www.sonymediasoftware.com/download/step2.asp?DID= 559 OS/Version: All Status: NEW Keywords: download Severity: normal Priority: P2 Component: wine-msi AssignedTo: truiken@gmail.com ReportedBy: truiken@gmail.com CC: wine-bugs@winehq.org
When you run the Sound Forge 8 trial installer, it will ask you to install the Windows Installer service, which fails, but that's a duplicate of another bug. After this point, the msi file you want to run should be in .wine/drive_c/Program Files/Sony Setup/Sound Forge 8.0/forge80_enu.msi. Running msiexec on this msi, you get to a screen that says you have missing required components, but no indication of what they are. We get this error:
err:msi:msi_dialog_create_controls no handler for element type L"ListBox"
So the installer wants to give us a list of components we need to install, and we even have the option of installing them directly in the installer. We'll need to implement the msi ListBox control to get this functionality. A patch is on the way.