similar to: ie5 install?

Displaying 20 results from an estimated 500 matches similar to: "ie5 install?"

2005 Apr 06
3
ie5, ie6 won't install
[wparish@localhost inex5]$ wine --version Wine 20040813 That was a Mandrake 10.0 rpm installation, over which I installed Wine-20050211.tar.gz This is the relevant history: [wparish@localhost wine-hdd]$ cd ie6 [wparish@localhost ie6]$ ls ADVAUTH.CAB* IECIF.CAB* IEMIL_2.CAB* IEW2K_1.CAB* OEEXCEP.CAB* AOLSUPP.CAB* IEDATA.CAB* IEMIL_3.CAB* IEW2K_2.CAB* README.CAB* AXA3.CAB*
2001 Mar 04
1
TSR supported?
Hi all, I am new to wine. Please let me know whether I can run DOS programs which uses TCP/IP stack installed as TSR. I have a couple of old programs still not converted to the new world! In use: Pathway TCP/IP stack (This company no more exists!) and Sybase's memory resident Net-Lib (for DB ibrary). This is how my old programs still running in DOS boxes access a Sybase database.
2001 Mar 14
1
IE5, Outlook98 and Wine
I have a need to install IE5 and Outlook98 on RedHat Linux 6.2. I'm using Wine release 20010112. I've looked around and tried wine --winver=95 --dll shell,shell32=n setup.exe, but I'm getting errors about not finding install files and "remove desktop update" errors. anyone seen this?
2001 Apr 11
2
Ran IE5 with Wine ...
Well, well, well, what can i do to repair my windows98 system now ? It still works relatively OK, but some applications do not, and it crashes more than usual. One more question is: can i run the defrag utility under windows without getting all the files mixed up? I had to reinstall linux after running defrag under windows because the nodes were all mixed up. Oh, by the way, before i get
2001 May 02
1
IE5 and Outlook98 under Wine
I was wondering if anyone has been able to get IE5 and Outlook98 to run under any wine implementation? I have RH 6.2 with CodeWeavers wine installed WITHOUT a Windoze partition. (I have to have these for work, that's why!) When I start the install, the setup routine runs but the setup.exe comes back saying my Windows language is not English, so I need to remove the Desktop Update and
2001 May 20
1
Win98 IE5 on WINE 20009090
I just can't seem to get this working... I've moved a number of OS level DLLs and VXDs over from WIN98... HERE'S WHAT I GET: # wine --dll shell,shell32,shlwapi=n EXPLORER.EXE fixme:ddeml:DdeNameService (1,49195,0,1): stub fixme:ddeml:DdeNameService (1,49191,0,1): stub fixme:ddeml:DdeNameService (1,49193,0,1): stub fixme:process:SetProcessShutdownParameters (00000002, 00000000):
2001 Aug 23
0
IE5 Install How-To
Hi, I'm new to wine and would appreciate if someone could explain how to install IE5?
2002 Jul 14
0
Installing IE5
Ive done a basic setup of wine and have isnstalled a few programs to make sure its all working correctly. Now Im trying to install IE5, but am having a few problems, when I run the setup I get an error message saying MciWnd - Cannot open file. I click ok, it starts the install wizard, I choose a default install, and it spits out an error Setup was unable to install all of the components - Please
2001 Nov 18
1
Problems with serial comm
Hi! I'm new to this list as well to Wine, so please excuse me if I'm asking a FAQ. Today I installed wine-20011108, especially to be able to run programs I need for my work. One of them is a remote front panel to the measuring instrument, which communicates with it using a modem connection. This program cannot establish a connection. It accesses the modem, its LEDs blink, but no
2006 Apr 03
4
Layout Question w/ code from vendor library
I am new to Ruby on Rails in general and apologize if this question is trivial and/or has been asked before ( my searches did not turn up any threads ). I am using the cookies function from actionpack which I have located in my vendor/rails/actionpack directory. Using: cookies[:username] and cookies[:password] from within a controller file works just fine, I am able to set and read
2004 May 06
3
IE5 and the html help function
I recently formatted and reinstalled my laptop. Since then html-help function is not working properly. I can open the page, however, searching for any term or opening any link does not work. The Internet explorer just mentions an error on the page if I try to open a links and instead of searching it reloads the page. Reinstalling R did not help and now I am not sure if it is the IE, or R, or
1999 Jun 03
1
IE5 html help search failure (PR#205)
I hesitate to report this one because it is very likely system dependent, and I have very little faith in my browser. Still, it may point to something useful for someone to know. On NT4, after help.start() brings up the web interface just fine (despite the pessimistic warning on the terminal; is that still necessary?), I can do apparaently anything in the help system, except search. If I'm
2001 Mar 08
4
Half-Life sound problem
Hi, finally got HL to run at 1024 in opengl. But there are some things which i'm not happy about: 1) Sound lags about 1 sec after the game, EAX doesn't work. 2) Some fonts don't get found (which messes up the scoreboard). I'm running Mandrake7.2 with kernel 2.4.2 and XFree 4.0.1 and nvidia's 0.9.6 drivers. Some things i've found out so far: Using the nvidia agp driver
2001 Nov 23
1
Internet Explorer on fresh wine installation
Hi there, for an application (which is only available on windows) I need to have the MS Virutal machine, which is supplied with IE4 SP3 and more, so I downloaded IE 5.0 and tried to install it. I think the main problem is, that I am new to wine and maybe my problem isn't really a problem.... If I run "wine --debugmsg +warn IE5Setup.exe" the assistant starts and after that crashes
2006 Apr 03
2
Looking for an example ...
... for overriding the default behavior of scaffold''s builtin create and update handlers. Any help would be grealy appreciated! -Andy -- Posted via http://www.ruby-forum.com/.
2002 Feb 08
1
Wine, IE5, Win2000 and RH 7.2
Hi all, I try to run IE5.x under Win2000 using Wine. I installed the package codeweavers-wine-20010626-4 and ran winsetup to produce the following config file: WINE REGISTRY Version 2 ;; All keys relative to \\Machine\\Software\\Wine\\Wine\\Config ;; ;; MS-DOS drives configuration ;; ;; Each section has the following format: ;; [Drive X] ;; "Path"="xxx" (Unix path for
2006 Apr 14
11
Whats the best Ajax way to update a textarea''s text?
I am looking for a way to update the text-value within a textarea from an Ajax render call inside of a controller. Is there a way to do this without rendering an the partial containing the textarea? Thanks, Andy -- Posted via http://www.ruby-forum.com/.
2006 Apr 10
3
form_remote_tag can only have one submit button?
I setup a form_remote_tag with several submit buttons, all of them share the same name ( ''do_action'' ) and their values differ. eg. button1 named do_action with value ACTION1 button2 named do_action with value ACTION2, etc No matter which button I press the value passed is always the one defined for the first of these buttons ( the correct value associated with the pressed
2001 Oct 19
3
Type1 Fonts
I've narrowed the my Cups printing problem down to Wine not loading my Type 1 fonts. I have several Type 1 fonts installed in 3 places, all of which are in my fontpath ("xset q" lists them). I can use the Type 1 fonts in X and with KDE-2.2.1 even as AntiAliased, however, when I try to print from an app under wine I get a memory error and a message at the command line stating
2006 Apr 03
1
Q: periodically_call_remote ( how to make it execute just once? )
I posted this ealier on the web forums but noticed a similar question about this function and one user responded to try this list instead. If anyone can help I would greatly appreciate your suggestions. Q: Is there a way to use periodically_call_remote to run just one time instead of every '':frequency'' seconds? I tried putting the call inside the div container thinking it