http://bugs.winehq.org/show_bug.cgi?id=22726
Summary: CodeGear RAD Studio 2007/2009 installation errors: column 3/4 out of range, missing column in table L"Property" Product: Wine Version: 1.1.44 Platform: x86-64 URL: http://www.codegear.com/products/radstudio OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msi AssignedTo: wine-bugs@winehq.org ReportedBy: wine-bug@gigawatt.nl CC: dank@kegel.com, liquitsnake@gmx.net
+++ This bug was initially created as a clone of Bug #13042 +++
The installer of CodeGear RAD Studio 2007 and 2009 fails as reported in #13042. That bug contains a patch which fixes this problem, and allows the installation to continue. However, later on, it still fails:
err:msidb:get_tablecolumns column 3 out of range err:msidb:get_tablecolumns column 4 out of range err:msidb:get_tablecolumns missing column in table L"Property"
I have reported this as a new bug because at first sight this looks completely unrelated, but if that was wrong, this can be closed as a duplicate.
The steps I have taken to see this problem: - Start with a clean config - Set mode to Windows 2000 - Install MDAC 2.8 SP1 - Set mode back to Windows XP - Make the RAD Studio (2007 or 2009) installation disc available as D:\ - Run D:\Install\Setup.exe - Click "Retry" once during the automatic .NET Framework installation - Choose your selection, same problem with everything except for the first option (CodeGear RAD Studio) deselected, as with everything selected - Proceed with the installation
It finishes unpacking, and I find the unpacked files as, for example,
.wine/drive_c/users/Public/Application Data/{B278BA8C-C407-4742-B58E-CE34D8C8A15B}/corey/B1A48A5A/39948DF1/bds.exe
and those files look correct, or at least the text files that I could check do.
However, then it hangs. The installer says "Windows Installer", on the console I see error messages (look up), and the only action I can take is to click "Cancel", which also doesn't actually work.
I am using Wine 1.1.44, as reported by wine --version. I do not know what more information you need, but I will be happy to answer any questions.