http://bugs.winehq.com/show_bug.cgi?id=1379
------- Additional Comments From winebug@flonet.net 2003-28-06 10:52 ------- Bug comments restored from Gmane.org:
Currently, winesetup duplicates all of the code contained in wineconf.
Instead, wineconf should be improved to generate the new style config file, and then winesetup should rely on wineconf to generate the default configuration file.
Similarly, there is functionality such as creating the default registry files that is now done by both winesetup and wineinstall.
At this time, it seems like the right thing to do is to break up or parameterize wineinstall, so that it can be used for single function actions, and then have winesetup call those functions.