Re: msi: appsearch

2006-07-07 Thread Juan Lang
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 [EMAIL PROTECTED]
To: Juan Lang [EMAIL PROTECTED]
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



  









Re: msi: appsearch

2006-07-05 Thread Aric Stewart
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