Unable to install mysql-connector-odbc-5.1.5-win32.msi

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
stanleylai
Newbie
Newbie
Posts: 1
Joined: Fri Jan 16, 2009 2:41 am

Unable to install mysql-connector-odbc-5.1.5-win32.msi

Post by stanleylai »

greetings,

when i install mysql odbc driver using msiexec /i mysql-connector-odbc-5.1.5-win32.msi, the following error appear

fixme:sfc:SfcIsKeyProtected ((nil), (null)) stub
fixme:advapi:RegisterEventSourceA ((null),"MsiInstaller"): stub
fixme:advapi:RegisterEventSourceW (L"",L"MsiInstaller"): stub
fixme:advapi:ReportEventA (0xcafe4242,0x0001,0x0000,0x000003f5,(nil),0x0006,0x00000000,0x32e4b0,(nil)): stub
fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x000003f5,(nil),0x0006,0x00000000,0x130ef0,(nil)): stub
err:eventlog:ReportEventW L"=====================================================\r\nException code: C0000005 ACCESS_VIOLATION\r\nFunction: 0x0\r\n=====================================================\r\n\r\nRegisters:\r\nEAX:00000000 EBX:004BEF2D ECX:0032E4EC EDX:00000031 ESI:0032E674 EDI:00000000\r\nCS:EIP:0073:00000000 "...
err:eventlog:ReportEventW L""
err:eventlog:ReportEventW L""
err:eventlog:ReportEventW L""
err:eventlog:ReportEventW L""
err:eventlog:ReportEventW L""
fixme:advapi:DeregisterEventSource (0xcafe4242) stub

i have also try this command wine msiexec /i, it also cannot work.
anybody can help ? thanks in advance

the mysql-connector-odbc-5.1.5-win32.msi can be download from
http://dev.mysql.com/downloads/connecto ... html#win32
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Unable to install mysql-connector-odbc-5.1.5-win32.msi

Post by austin987 »

On Fri, Jan 16, 2009 at 1:55 AM, stanleylai <[email protected]> wrote:
greetings,

when i install mysql odbc driver using msiexec /i mysql-connector-odbc-5.1.5-win32.msi, the following error appear

fixme:sfc:SfcIsKeyProtected ((nil), (null)) stub
fixme:advapi:RegisterEventSourceA ((null),"MsiInstaller"): stub
fixme:advapi:RegisterEventSourceW (L"",L"MsiInstaller"): stub
fixme:advapi:ReportEventA (0xcafe4242,0x0001,0x0000,0x000003f5,(nil),0x0006,0x00000000,0x32e4b0,(nil)): stub
fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x000003f5,(nil),0x0006,0x00000000,0x130ef0,(nil)): stub
err:eventlog:ReportEventW L"=====================================================\r\nException code: C0000005 ACCESS_VIOLATION\r\nFunction: 0x0\r\n=====================================================\r\n\r\nRegisters:\r\nEAX:00000000 EBX:004BEF2D ECX:0032E4EC EDX:00000031 ESI:0032E674 EDI:00000000\r\nCS:EIP:0073:00000000 "...
err:eventlog:ReportEventW L""
err:eventlog:ReportEventW L""
err:eventlog:ReportEventW L""
err:eventlog:ReportEventW L""
err:eventlog:ReportEventW L""
fixme:advapi:DeregisterEventSource (0xcafe4242) stub

i have also try this command wine msiexec /i, it also cannot work.
anybody can help ? thanks in advance

the mysql-connector-odbc-5.1.5-win32.msi can be download from
http://dev.mysql.com/downloads/connecto ... html#win32





Wine version?

--
-Austin
Usurp
Level 4
Level 4
Posts: 161
Joined: Sat Apr 19, 2008 7:16 am

Re: Unable to install mysql-connector-odbc-5.1.5-win32.msi

Post by Usurp »

austin987 wrote:On Fri, Jan 16, 2009 at 1:55 AM, stanleylai <[email protected]> wrote:
greetings,

when i install mysql odbc driver using msiexec /i mysql-connector-odbc-5.1.5-win32.msi, the following error appear

fixme:sfc:SfcIsKeyProtected ((nil), (null)) stub
fixme:advapi:RegisterEventSourceA ((null),"MsiInstaller"): stub
fixme:advapi:RegisterEventSourceW (L"",L"MsiInstaller"): stub
fixme:advapi:ReportEventA (0xcafe4242,0x0001,0x0000,0x000003f5,(nil),0x0006,0x00000000,0x32e4b0,(nil)): stub
fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x000003f5,(nil),0x0006,0x00000000,0x130ef0,(nil)): stub
err:eventlog:ReportEventW L"=====================================================\r\nException code: C0000005 ACCESS_VIOLATION\r\nFunction: 0x0\r\n=====================================================\r\n\r\nRegisters:\r\nEAX:00000000 EBX:004BEF2D ECX:0032E4EC EDX:00000031 ESI:0032E674 EDI:00000000\r\nCS:EIP:0073:00000000 "...
err:eventlog:ReportEventW L""
err:eventlog:ReportEventW L""
err:eventlog:ReportEventW L""
err:eventlog:ReportEventW L""
err:eventlog:ReportEventW L""
fixme:advapi:DeregisterEventSource (0xcafe4242) stub

i have also try this command wine msiexec /i, it also cannot work.
anybody can help ? thanks in advance

the mysql-connector-odbc-5.1.5-win32.msi can be download from
http://dev.mysql.com/downloads/connecto ... html#win32





Wine version?

--
-Austin
I encountered the same kind of problem a month ago for the 3.51.27 version of the connector,
using cvs HEAD and a clean wine prefix.
A simple workaround could be the version without installer : mysql-connector-odbc-noinstall-5.1.5-win32.zip (it works for the 3.51.27 version)

Following the NativeODBC wiki, you need native odbccp32 and odbc32.
Locked