http://bugs.winehq.org/show_bug.cgi?id=5649
Summary: KeepTool's installer displayes the Feature Selection features in the wrong order Product: Wine Version: 0.9.17. Platform: Other URL: http://keeptool.com OS/Version: other Status: NEW Keywords: download Severity: normal Priority: P2 Component: wine-msi AssignedTo: truiken@gmail.com ReportedBy: truiken@gmail.com CC: wine-bugs@winehq.org
If you choose "Custom Install" in the KeepTool installer, you'll notice that the features are displayed in the wrong order, when compared with running the installer in Windows. We use the treeview control for the SelectionTree msi dialog control, and when we insert items into the treeview, we give the TVI_SORT flag, when it should be TV_LAST, and the sorting should happen when we read the features from the msi database. Patch will be sent.