On Fr, 2007-11-02 at 16:24 +0100, Jacek Caban wrote:
> 11,,dxdiagn.dll,1
> 11,,hhctrl.ocx,1
> 11,,hlink.dll,1
> +11,,iexplore.exe,1
This is the wrong directory.
In [FakeDllsSection], we use the correct location:
16422,Internet Explorer,iexplore.exe
--
By by ... Detlef
Jacek Caban <[EMAIL PROTECTED]> writes:
> Alexandre Julliard wrote:
>>
>> The idea would be that there should be an easy way to uninstall it, so
>> if Gecko is installed the app will try to use that, and if it doesn't
>> work we can tell users to uninstall Gecko and let the app install IE
>> inste
Alexandre Julliard wrote:
>
> The idea would be that there should be an easy way to uninstall it, so
> if Gecko is installed the app will try to use that, and if it doesn't
> work we can tell users to uninstall Gecko and let the app install IE
> instead. Ultimately of course the goal is that they
Chris Robinson wrote:
> Even if you fix all the apps that have a problem with Gecko, native IE still
> has rendering differences. And short of reimplementing it ourselves, some
> people will have a need for native IE (eg. web developers wanting to see what
> their site looks like in IE). There m
Jacek Caban <[EMAIL PROTECTED]> writes:
> But currently, if you use the new installing way (from hard drive),
> Gecko installs during wineprefixcreate if user has it set up correctly.
> It means that some users will have always set IE version, others won't.
> It's definitely not what we want. We m
On Thursday 01 November 2007 12:40:25 pm Jacek Caban wrote:
> The real solution is to always set IE version. To do it we have to fix
> apps that block it. The problem, apart from that I didn't have time to
> make bug hunting on them yet, is that we don't really have a list of
> such apps. Quicken i
Chris Robinson wrote:
> Actually, Alexendre agreed to the patch *because* it sets the version when
> Gecko is installed. This allows people to still install native IE if they
> wish, and allows apps that need native IE to be able to have it, by
> installing IE before Gecko. Alexendre wasn't will
On Thursday 01 November 2007 10:47:36 am Jacek Caban wrote:
> Hi Chris,
>
> This patch is already committed, but, I'm afraid, it's wrong. Setting
> these registries has nothing to do with installing Gecko. Setting them
> in Gecko installer will only make supporting it harder. We don't want to
> tel
Hi Chris,
This patch is already committed, but, I'm afraid, it's wrong. Setting
these registries has nothing to do with installing Gecko. Setting them
in Gecko installer will only make supporting it harder. We don't want to
tell user to "run iexplore about:blank" to get an app working.
I will sen