http://bugs.winehq.org/show_bug.cgi?id=9192
------- Additional Comments From hverbeet@gmail.com 2007-05-08 16:06 ------- Works for me, but you do need a manifest for "Microsoft.Windows.Common-Controls" for the beta to start.
Something like this should be enough for Wine: <?xml version="1.0" encoding="UTF-8" ?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="x86" /> <file name="comctl32.dll" /> </assembly>