http://bugs.winehq.org/show_bug.cgi?id=4802
Summary: Oracle Client installer crashes in advapi.CreateService Product: Wine Version: 0.9.9. Platform: Other URL: http://oracle.com OS/Version: other Status: NEW Keywords: download Severity: normal Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
Download OracleXEClient.exe, the Oracle 10 Express Client installer, from oracle.com, and run it. It lets you go through the process, and seems to install, but at the end it crashes with a dialog box saying
"Error Number: 0x80040707 Description: DLL function call crashed: Advapi32.CreateServiceA Setup will now terminate."
Running with WINEDEBUG=+advapi didn't really show much of interest, other than that this is the first call to CreateService. Running under winedbg also didn't show much. Maybe it's debug printf time...
I ran into this while trying to test keeptool.com's Hora.exe (hard to test an oracle database helper tool without a database...)