if trying to find a DLL that is located in the system directory, also check for a builtin version
Can't this be done by putting a fake dll entry in wine.inf? --Juan
Maybe, i am unclear about how a fake dll in wine.inf would work. the problem is that previously we where doing a FindFile on the given directory and of course there is no file there so the process stopped.
-aric
Juan Lang wrote:
if trying to find a DLL that is located in the system directory, also check for a builtin version
Can't this be done by putting a fake dll entry in wine.inf? --Juan
Just add an entry to wine.inf for the dll it's failing on, and the existing code should find it and do the version checks. --Juan
----- Original Message ---- From: Aric Stewart aric@codeweavers.com To: Juan Lang juan_lang@yahoo.com Cc: wine-devel@winehq.org Sent: Wednesday, July 5, 2006 10:43:23 AM Subject: Re: msi: appsearch
Maybe, i am unclear about how a fake dll in wine.inf would work. the problem is that previously we where doing a FindFile on the given directory and of course there is no file there so the process stopped.
-aric
Juan Lang wrote:
if trying to find a DLL that is located in the system directory, also check for a builtin version
Can't this be done by putting a fake dll entry in wine.inf? --Juan