error 3758096949

应该是搞不定驱动
Cant setup interface
待续

Solution I: call 64bit console exe
I have solved the problem. The problem that the SetupDiCallClassInstaller try'es to remove something in the x64 part of the registry database. To do that the program (exe file) have to be x64.

My Solution:
Make a smaller c++ x64 console exe file. The exe file is excuted from my unstaller. That solved the problem.

http://social.msdn.microsoft.com/Forums/zh-SG/windowsgeneraldevelopmentissues/thread/7d731747-724d-4a65-9f12-c6af92fa888f

Solution II: Proxy/DLL
http://stackoverflow.com/questions/602587/using-a-64-bit-driver-in-a-32-bit-program-windows

Solution III: 64bit exe
http://social.msdn.microsoft.com/Forums/zh-CN/windowsgeneraldevelopmentissues/thread/99d77dcc-c076-421e-92fc-c0261d0aa109
http://topic.csdn.net/u/20110828/03/38179660-9ea1-4217-b879-e5603dbf557e.html

猜你喜欢

转载自arcko.iteye.com/blog/1521536