http://bugs.winehq.org/show_bug.cgi?id=21953
Summary: Autodesk 3D Studio Max 2010 trial installer fails because it can't install Backburner Product: Wine Version: 1.1.40 Platform: x86 OS/Version: Linux Status: NEW Keywords: download, Installer Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
I did $ rm -rf .wine $ wine Autodesk_3ds_Max_2010_English_WIN_32_Trial.exe (whereupon I hit bug 21951, and continued like this:) $ sh winetricks gdiplus $ cd .wine/drive_c/Autodesk/Autodesk_3dsmax_2010_English_Trial $ wine setup
This failed. Here's c:/users/dank/Temp/3ds\ Max\ 2010\ Setup.log: ... 2010/3/6:16:35:50 dank slave3 Install Microsoft Visual C++ 2005 Redistributable (x86) Succeeded 2010/3/6:16:35:53 dank slave3 Install Microsoft Visual C++ 2008 SP1 Redistributable (x86) Succeeded 2010/3/6:16:39:23 dank slave3 Install .NET Framework Runtime 3.5 SP1 (This may take several minutes) Failed Failure is ignored, Result=1603^M 2010/3/6:16:39:28 dank slave3 Install DirectX® Runtime Update Succeeded 2010/3/6:16:39:30 dank slave3 Install MSXML 6.0 Parser Succeeded 2010/3/6:16:39:30 dank slave3 Install Autodesk Backburner 2008.1 Failed Installation aborted, Result=120
Hmm. So I tried installing Backburner by itself:
$ cd ~/.wine/drive_c/Autodesk/Autodesk_3dsmax_2010_English_Trial/support/backburner/ $ wine backburner.exe ... err:msi:call_script Could not find CLSID for Windows Script
but it seemed to succeed. I then reran the main inner installer:
$ cd .wine/drive_c/Autodesk/Autodesk_3dsmax_2010_English_Trial $ wine setup
This now thinks Backburner is installed, so that was a good workaround. Perhaps 'winetricks wsh56' would have worked around it, too; I haven't checked.
The next problem is bug 20211.