wine.inf: Create fake dll for >iexplore.exe. >Vitaliy Margolen wine-patches at kievinfo.com
>Thu May 24 08:50:10 CDT 2007
Some older programs check if IE is installed looking for c:\Program Files\Internet Explorer\iexplore.exe
--- tools/wine.inf | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
Louis. Lenders wrote:
wine.inf: Create fake dll for >iexplore.exe. >Vitaliy Margolen wine-patches at kievinfo.com
>Thu May 24 08:50:10 CDT 2007
Some older programs check if IE is installed looking for c:\Program Files\Internet Explorer\iexplore.exe
Hi, after comittment of this patch , I still don't see a fake c:\Program Files\Internet explorer\iexplore.exe. It appears this should be handled in differrent way. Somehow the directory "Internet Explorer" should be created first, right? Or am I missing something?
Indeed. It seems we need to add this dir to ... heh how do we create it? Program Files is created from the shell32 during it's registration. But there seems to be no special dir for ie.
Vitaliy.