http://bugs.winehq.org/show_bug.cgi?id=4709
------- Additional Comments From jxzheng@gmail.com 2006-08-03 09:25 ------- Ok, as suggested by Hans, I looked in to the temp files extracted by that big exe installer. The strange thing is that of all the files extracted by it, I cannot find any string containing Lsa, lsa, or LSA. The only thing that I learned is that the program causing the problem is compiled with winbatch compiler. Winbatch is a software product that allows you to automate installation with scripts. The winbatch dlls, however, do have strings like ADVAPI32.DLL. But again, no reference to particular function names. I am guessing that maybe these LsaAccountxxx function calls orginate from another function call outside the exe and dll provided in the temp directory. Like making a call to some obsecure function in Y.dll that calls LsaAccountXXX in ADVAPI32.DLL. Y.dll could also be ADVAPI32.DLL.