Could someone please help?
My application uses two third party tools A and B. But the third party tool A again uses B. When installing A, it deploy a B's dll into System32. My app deploys the B's dll to a private folder. But when runing Windows always load the dll in System32. How can I solve this issue without overrting the dll in System32 folder?
Thanks so much!
My application uses two third party tools A and B. But the third party tool A again uses B. When installing A, it deploy a B's dll into System32. My app deploys the B's dll to a private folder. But when runing Windows always load the dll in System32. How can I solve this issue without overrting the dll in System32 folder?
Thanks so much!