wine-users-request@winehq.org wrote: > On 12/19/06, Flying <wu_yinghui@yahoo.com> wrote: > > > --- James Hawkins <truiken@gmail.com> wrote: > >> > > > >> > > The install isn't only half completed by the time it > >> > > asks for a > >> > > reboot....that's all there is to the install. If it > >> > > doesn't call > >> > > wineboot automatically (which it probably did), then > >> > > wineboot works > >> > > fine. > >> > > > >> > > -- > >> > > James Hawkins > >> > > > > > No, I tried creating .wine anew (by removing my old > > > profile, and run winecfg again), but no luck. There > > > were following errors upon wineboot: > > > ==snip= > > > err:wineboot:ProcessWindowsFileProtection WFP: > > > shdocvw.dll error 0x7 > > > err:wineboot:ProcessWindowsFileProtection WFP: > > > shlwapi.dll error 0x7 > > > err:wineboot:ProcessWindowsFileProtection WFP: > > > urlmon.dll error 0x7 > > > ==snip= > > > > > Those err's are harmless. > > > > And looking into ~/.wine/drive_c/Program Files/, the > > > Internet Explorer/ and Output Express/ folders were > > > created, but there is no iexplorer.exe in the folder > > > (only ie6setup.exe and other intermediate files > > > there). > > > > > > That's what I meant by "half-installed" IE6. > > > > > > Any more clue? (BTW, my WINE is 0.9.27, built from > > > source downloaded by WineHQ on Ubuntu Edgy.) > > > > > I'm guessing you mean iexplore.exe and not iexplorer.exe. If > iexplore.exe isn't there, I don't know what you tell you. It works > for me and most everyone else. > > -- James Hawkins Yes, you are right. I meant iexplore.exe. I had slightly better luck now. When I create a new .wine directory by winecfg, if I set OS emulation to Windows 2000 (the default was Windows XP), I could actually get IE6 completely installed (at least appearantly complete). But I still couldn't run it! When I run iexplore.exe, it always show my a completely blank IE6 window, and pop up saying that it needs "Wine Gecko Installer." But even if I press the "Download" button, nothing happens, and the IE6 window remained empty. After a little bit of searching, I tried installed Mozilla ActiveX Control. This time round, IE6 no longer ask me to download "Wine Gecko Installer," but still, the IE window is completely blank. Appearantly, most people didn't have any problem installing IE6 from the installer. But I just wonder if there is anything so peculiar about my system (Ubuntu Edgy, completely new installation, Wine 0.9.27 built from source)... It's been really a pain these few days while I was trying all sorts of methods trying to get IE installed... *sigh* Cheers, -- Flying @ Flying's World __,---. flying@huasing.org /__|o\ ) `-\ / / ,) (, // \\ {( )} =====""===""===== ||||| ||| http://www.flying-w.net |
Le mercredi 20 d?cembre 2006 ? 22:30 +0800, Flying a ?crit : [...]> I had slightly better luck now. When I create a new .wine directory by > winecfg, if I set OS emulation to Windows 2000 (the default was Windows > XP), I could actually get IE6 completely installed (at least appearantlyThe default is Windows 2000> complete). But I still couldn't run it!Running native IE requires to override many components, have a look at the AppDB : http://appdb.winehq.org/appview.php?iVersionId=469 However as I said before, if you only want to satisfy installers you don't need to run IE, just install it. If you want to run IE, use ies4linux or find the correct overrides.> > When I run iexplore.exe, it always show my a completely blank IE6 > window, and pop up saying that it needs "Wine Gecko Installer." But even > if I press the "Download" button, nothing happens, and the IE6 window > remained empty.You might be behind a proxy or have other problems. What you are seeing is the builtin IE. After downloading and installing gecko (it should be automatic), you will be able to browse websites using builtin IE (but no menus, other UI yet).> > After a little bit of searching, I tried installed Mozilla ActiveX > Control. This time round, IE6 no longer ask me to download "Wine Gecko > Installer," but still, the IE window is completely blank.That's because you didn't tried to open a website, try : wine iexplore http://www.google.com> > Appearantly, most people didn't have any problem installing IE6 from the > installer. But I just wonder if there is anything so peculiar about my > system (Ubuntu Edgy, completely new installation, Wine 0.9.27 built from > source)... It's been really a pain these few days while I was trying all > sorts of methods trying to get IE installed... *sigh*IE installation is very easy (just double click IEsetup.exe, that's it). Running _native_ IE is more tricky and not supported as Wine provides it's own implementation of IE. Good luck, Jonathan
On Wednesday 20 December 2006 16:30, Flying wrote:> I had slightly better luck now. When I create a new .wine directory > by winecfg, if I set OS emulation to Windows 2000 (the default was > Windows XP), I could actually get IE6 completely installed (at least > appearantly complete). But I still couldn't run it! > > When I run iexplore.exe, it always show my a completely blank IE6 > window, and pop up saying that it needs "Wine Gecko Installer." But > even if I press the "Download" button, nothing happens, and the IE6 > window remained empty. > > After a little bit of searching, I tried installed Mozilla ActiveX > Control. This time round, IE6 no longer ask me to download "Wine > Gecko Installer," but still, the IE window is completely blank. > > Appearantly, most people didn't have any problem installing IE6 from > the installer. But I just wonder if there is anything so peculiar > about my system (Ubuntu Edgy, completely new installation, Wine > 0.9.27 built from source)... It's been really a pain these few days > while I was trying all sorts of methods trying to get IE installed... > *sigh*From general comments on this list and elsewhere, it would appear that you have exactly the current state of affairs with wine and IE - it installs correctly and all the right stuff is in the right places, but it doesn't run. Look on the bright side, step 1 is complete and done. Step 2 is to get the thing to work and that is going to take some dev work. So you can 1) Help the effort a whole lot by actively developing a solution 2) Help the effort a little less by submitting reports and data 3) Be patient and wait for IE support to improve so that it is useable It would be really cool if you were able to pull off #1 but if not, at least you know the current state of affairs. alan