http://bugs.winehq.org/show_bug.cgi?id=17785
--- Comment #10 from Daniel Jelinski djelinski1@gmail.com 2012-03-17 17:19:02 CDT --- Hello, It is possible to start the service by launching installation with the following command line:
wine setup.exe sapwd=xxx disablenetworkprotocols=0
However even then the installation is rolled back. Relay log contains repeated attempts to connect to the server via ODBC:
0058:Call odbc32.SQLDriverConnectW(7da12c58,00000000,0033eb28 L"driver={sql server};server=daniel;UID=sa;PWD=;database=master",fffffffd,00000000,00000000,00000000,00000000) ret=00407648 0058:Ret odbc32.SQLDriverConnectW() retval=ffffffff ret=00407648
followed by this error message:
0058:Call ntdll.wcslen(0033e108 L"[unixODBC][Driver Manager]Data source name not found, and no default driver specified") ret=00402685
closely followed by messages stating that server was terminating and InstallFinalize action ended with return value 1603.