http://bugs.winehq.org/show_bug.cgi?id=15635
--- Comment #13 from Anastasius Focht focht@gmx.net 2011-04-29 11:23:11 CDT --- Hello,
--- quote --- In the STEP_7_Lite_30_incl_SP2 is another problem. In the first window has no buttons (Next and Cancel) and there is no choice of language. --- quote ---
As the full featured version of this software isn't really available for public download (i even searched some trackers) you have to provide more info.
From the logs it seems the installer tries to install .NET Framework 1.x or
maybe 2.0. Make sure you install .NET using winetricks as prerequisite ('winetricks -q dotnet20').
Also generate and attach a log as follows:
WINEDEBUG=+tid,+seh,+relay,+mshtml,+jscript wine ./foo.exe >>log.txt 2>&1
If the logs becomes too large to attach, compress it (bzip2).
Regards