http://bugs.winehq.org/show_bug.cgi?id=18169
Summary: 'Create a New Folder' button does not work Product: Wine Version: 1.1.19 Platform: PC URL: http://downloads.guru3d.com/download.php?det=1708 OS/Version: Linux Status: NEW Keywords: download Severity: enhancement Priority: P2 Component: comdlg32 AssignedTo: wine-bugs@winehq.org ReportedBy: fgouget@codeweavers.com
A lot of self-extracting archives let you specify where to extract the files. This is the case for the CineBench R10 installer which is in fact a 7-zip self-extracting archive. If you click on the [...] button you get a dialog where you get to select the destination directory.
In this dialog you also have a 'Create New Folder' button (most likely IDS_NEWFOLDER from dlls/comdlg/cdlg_En.rc). However this button has no effect.
You can get the CineBench R10 installer from the URL below to reproduce this: http://downloads.guru3d.com/download.php?det=1708
The bug is probably somewhere in dlls/comdlg/filedlg.c.