http://bugs.winehq.org/show_bug.cgi?id=23917
--- Comment #24 from Dan Kegel dank@kegel.com 2011-02-28 10:29:02 CST --- The service that the installer is waiting for does this at startup:
0012:Ret ole32.CoInitialize() retval=00000000 ret=0040de6a 0012:Call KERNEL32.GetCurrentProcess() ret=0040e342 0012:Ret KERNEL32.GetCurrentProcess() retval=ffffffff ret=0040e342 0012:Call advapi32.OpenProcessToken(ffffffff,00000008,0033fe04) ret=0040e349 0012:Ret advapi32.OpenProcessToken() retval=00000001 ret=0040e349 0012:Call advapi32.AllocateAndInitializeSid(0033fe10,00000001,00000012,00000000,00000000,00000000,00000000,00000000,00000000,00000000,0033fe0c) ret=0040e389 0012:Ret advapi32.AllocateAndInitializeSid() retval=00000001 ret=0040e389 0012:Call advapi32.GetTokenInformation(00000044,00000001,00000000,00000000,0033fe08) ret=0040e3a8 0012:Ret advapi32.GetTokenInformation() retval=00000000 ret=0040e3a8 0012:Call KERNEL32.GetLastError() ret=0040e3b2 0012:Ret KERNEL32.GetLastError() retval=0000007a ret=0040e3b2 0012:Call ntdll.RtlAllocateHeap(0044f000,00000000,00000014) ret=00419f98 0012:Ret ntdll.RtlAllocateHeap() retval=004505e8 ret=00419f98 0012:Call advapi32.GetTokenInformation(00000044,00000001,004505e8,00000014,0033fe08) ret=0040e3db 0012:Ret advapi32.GetTokenInformation() retval=00000001 ret=0040e3db 0012:Call advapi32.EqualSid(00145c68,004505f0) ret=0040e3ed 0012:Ret advapi32.EqualSid() retval=00000000 ret=0040e3ed
and then terminates with seh sometime shortly thereafter, so I suppose it could be something in our security token stuff.