back to my unifficial ltsp site

IE 6 on Linux

This is a message from here:http://appdb.winehq.org/appview.php?appId=25&versionId=469

I got it to work...
by anonymous coward on Wednesday March 5th 2003, 11:15
Here is what I did. I took a machine and installed Windows 98 2nd Edition and IE 6.0 with all the latest pacthes, etc. I took the drive out. Put it in my RedHat 8.0 Linux box and mounted the drive. I then made a directroy on /var/wine for the win98 drive and copied the entiore drive over to that dorectory. I then got the latest redhat 8.0 wine RPM and installed that.

I then installed Microsft's True Type Fonts ( ben.reser.org/corefonts/)

I ran explorer.exe to set up some reg files. I don't know if this is necesary but I did it anyway. Also Explorer.exe will fail but I think it makes some registry entries anyway.

I also made the /var/wine directory where I put my Win98 drive contents World rwx -- though I don't think it is necesary but haven't had the time to check it out...

I then used the following config file I got from a previous poster and modified the [Drive E]section to this and presto it worked great!

Here is the config file:

WINE REGISTRY Version 2

#################################
##
#################################
#
;[Drive A]
;"Path" = "/mnt/floppy"
;"Type" = "floppy"
;"Label" = "Floppy"
;"Filesystem" = "win95"
;"Serial" = "87654321"
;"Device" = "/dev/fd0"

[Drive C]
"Path" = "/var/wine"
"Type" = "hd"
"Label" = "WIN98"
"Filesystem" = "win95"

;[Drive D]
;"Path" = "/mnt/cdrom"
;"Type" = "cdrom"
;"Label" = "CD-Rom"
;"Filesystem" = "win95"
;"Device" = "/dev/cdrom"

[Drive E]
;It seems that this should be outside of the actual wine library
"Path" = "/home/???/.wine/temp"
"Type" = "hd"
"Label" = "Tmp Drive"
"Filesystem" = "win95"

;[Drive F]
;"Path" = "/var/wine/fat32"
;"Type" = "hd"
;"Label" = "FAT32"
;"Filesystem" = "win95"

[Drive H]
"Path" = "${HOME}"
"Type" = "network"
"Label" = "Home"
"Filesystem" = "win95"

[wine]
"Windows" = "C:\\WINDOWS"
"System" = "C:\\WINDOWS\\SYSTEM"
"Temp" = "E:\\"
"Path" = "C:\\WINDOWS;C:\\WINDOWS\\SYSTEM;E:\\;"
"Profile" = "C:\\WINDOWS"
;Where your user.dat and system.dat files are located
"GraphicsDriver" = "x11drv"
;"ShowDirSymlinks" = "1"
;"ShowDotFiles" = "1"
"ShellLinker" = "wineshelllink"

#

[Version]
; Windows version to imitate (win95,win98,winme,nt351,nt40,win2k,winxp,win20,win30,win31)
"Windows" = "win95"
"DOS" = "6.22"

; Be careful here, wrong DllOverrides settings have the potential
; to pretty much kill your setup.
[DllOverrides]
"advapi32" = "builtin, native"
"cabinet" = "native"
"comctl32" = "builtin, native"
"commctrl" = "builtin, native"
"comdlg32" = "builtin, native"
"crtdll" = "builtin, native"
"ddraw" = "builtin, native"
"devenum" ="native, builtin"
"dinput" = "builtin, native"
"dsound" = "builtin, native"
"imm32" = "builtin, native"
"lz32" = "builtin, native"
"lzexpand" = "builtin, native"
"mcicda.drv" = "builtin, native"
"mciseq.drv" = "builtin, native"
"mciwave.drv" = "builtin, native"
"mciavi.drv" = "native, builtin"
"mcianim.drv" = "native, builtin"
"midimap.drv" = "builtin, native"
"mpr" = "builtin, native"
"msacm.drv" = "builtin, native"
"msacm" = "builtin, native"
"msacm32" = "builtin, native"
"msvcrt" = "native, builtin"
"msvideo" = "builtin, native"
"msvfw32" = "builtin, native"
"opengl32" = "builtin, native"
"quartz" = "native, builtin"
"rpcrt4" = "native, builtin"
"shell32" = "builtin, native"
"shfolder" = "builtin, native"
"shlwapi" = "builtin, native"
"shdocvw" = "builtin, native"
"urlmon" = "native, builtin"
"ver" = "builtin, native"
"version" = "builtin, native"
"wininet" = "native, builtin"
"winspool.drv" = "builtin, native"
;News
"icmp" = "builtin"
"wsock32" = "builtin"
"mmsystem" = "builtin"
"winmm" = "builtin"
"wnaspi32" = "builtin"

"cfgmgr32" = "native, builtin"
"mydocs" = "native"
; default for all other dlls
"*" = "builtin,native, so"

; It is necessary to disable Direct Draw to avoid bugs with QuickTime
; This does not adversely affect performance.
;"ddraw" = ""

[x11drv]
; Number of colors to allocate from the system palette
"AllocSystemColors" = "100"
; Use a private color map
"PrivateColorMap" = "N"
; Favor correctness over speed in some graphics operations
"PerfectGraphics" = "N"
; Color depth to use on multi-depth screens
;;"ScreenDepth" = "16"
; Name of X11 display to use
;;"Display" = ":0.0"
; Allow the window manager to manage created windows
"Managed" = "Y"
; Use a desktop window of 640x480 for Wine
;"Desktop" = "640x480"
; Use XFree86 DGA extension if present
; (make sure /dev/mem is accessible by you !)
"UseDGA" = "Y"
; Use XShm extension if present
"UseXShm" = "Y"
; Use XVidMode extension if present
"UseXVidMode" = "Y"
; Use the take focus protocol
"UseTakeFocus" = "Y"
; Enable DirectX mouse grab
"DXGrab" = "N"
; Create the desktop window with a double-buffered visual
; (useful to play OpenGL games)
"DesktopDoubleBuffered" = "Y"
; Code page used for captions in managed mode
; 0 means default ANSI code page (CP_ACP == 0)
"TextCP" = "0"
; Use this if you have more than one port for video on your setup
; (Wine uses for now the first 'input image' it finds).
;; "XVideoPort" = "43"
; Run in synchronous mode (useful for debugging X11 problems)
;;"Synchronous" = "Y"

[fonts]
;Read the Fonts topic in the Wine User Guide before adding aliases
;See a couple of examples for russian users below
"Resolution" = "96"
"Default" = "-adobe-helvetica-"
"DefaultFixed" = "fixed"
"DefaultSerif" = "-adobe-times-"
"DefaultSansSerif" = "-adobe-helvetica-"

;; default TrueType fonts with russian koi8-r encoding
;"Default" = "-monotype-arial-*-*-*--*-*-*-*-*-*-koi8-r"
;"DefaultFixed" = "-monotype-courier new-*-*-*--*-*-*-*-*-*-koi8-r"
;"DefaultSerif" = "-monotype-times new roman-*-*-*--*-*-*-*-*-*-koi8-r"
;"DefaultSansSerif" = "-monotype-arial-*-*-*--*-*-*-*-*-*-koi8-r"
;; default cyrillic bitmap X fonts
;"Default" = "-cronyx-helvetica-"
;"DefaultFixed" = "fixed"
;"DefaultSerif" = "-cronyx-times-"
;"DefaultSansSerif" = "-cronyx-helvetica-"

; the TrueType font dirs you want to make accessible to wine
[FontDirs]
"WindowsFonts" = "/var/wine/windows/fonts"
;"dir1" = "/var/wine/windows/Fonts"
"dir1" = "/usr/X11R6/lib/X11/fonts/TrueType"
"dir2" = "/usr/share/fonts/default/TrueType"
;"dir3" = "/usr/X11R6/lib/X11/fonts/Type1"
;"dir4" = "/usr/share/fonts/default/Type1"

[serialports]
"Com1" = "/dev/ttyS0"
"Com2" = "/dev/ttyS1"
"Com3" = "/dev/ttyS2"
"Com4" = "/dev/modem"

[parallelports]
"Lpt1" = "/dev/lp0"

[ppdev]
;; key: io-base of the emulated port
;; value : parport-device{,timeout}
;; timeout for auto closing an open device ( not yet implemented)
;"378" = "/dev/parport0"
;"278" = "/dev/parport1"
;"3bc" = "/dev/parport2"

[spooler]
"FILE:" = "tmp.ps"
"LPT1:" = "|lpr"
"LPT2:" = "|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -"
"LPT3:" = "/dev/lp3"

[ports]
;"read" = "0x779,0x379,0x280-0x2a0"
;"write" = "0x779,0x379,0x280-0x2a0"

[Debug]
;"RelayExclude" = "RtlEnterCriticalSection;RtlLeaveCriticalSection"
;"RelayInclude" = "user32.CreateWindowA"
;"SnoopExclude" = "RtlEnterCriticalSection;RtlLeaveCriticalSection"
"SpyExclude" = "WM_SIZE;WM_TIMER;"

[registry]
;These are all booleans. Y/y/T/t/1 are true, N/n/F/f/0 are false.
;Defaults are read all, write to Home
; Where to find the global registries
;"GlobalRegistryDir" = "/etc";
; Global registries (stored in /etc)
"LoadGlobalRegistryFiles" = "N"
; Home registries (stored in ~user/.wine/)
"LoadHomeRegistryFiles" = "Y"

;Load Windows registries from the Windows directory
;"LoadWindowsRegistryFiles" = "Y"

; TRY to write all changes to home registries
"WritetoHomeRegistryFiles" = "Y"
; Registry periodic save timeout in seconds
;"PeriodicSave" = "20"
; Save only modified keys
;"SaveOnlyUpdatedKeys" = "N"

[Tweak.Layout]
;; supported styles are 'Win31'(default), 'Win95', 'Win98'
;; this has *nothing* to do with the windows version Wine returns:
;; set the "Windows" value in the [Version] section if you want that.
"WineLook" = "Win98"

[Console]
;"Drivers" = "tty"
;"XtermProg" = "nxterm"
;"InitialRows" = "25"
;"InitialColumns" = "80"
;"TerminalType" = "nxterm"

[Clipboard]
"ClearAllSelections" = "0"
"PersistentSelection" = "1"

; List of all directories directly contain .AFM files
[afmdirs]
"1" = "/usr/share/ghostscript/fonts"
"2" = "/usr/share/a2ps/afm"
"3" = "/usr/share/enscript"
"4" = "/usr/X11R6/lib/X11/fonts/Type1"

[WinMM]
"Drivers" = "wineoss.drv"
#"Drivers" = "winearts.drv"
"WaveMapper" = "msacm.drv"
"MidiMapper" = "midimap.drv"

[dsound]
;; HEL only: Number of waveOut fragments ahead to mix in new buffers.
;"HELmargin" = "5"
;; HEL only: Number of waveOut fragments ahead to queue to driver.
;"HELqueue" = "5"
;; Max number of fragments to prebuffer
;"SndQueueMax" = "28"
;; Min number of fragments to prebuffer
;"SndQueueMin" = "12"

[Network]
;; Use the DNS (Unix) host name always as NetBIOS "ComputerName" (boolean, default "Y").
;; Set to N if you need a persistent NetBIOS ComputerName that possibly differs
;; from the Unix host name. You'll need to set ComputerName in
;; HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\ComputerName\ComputerName, too.
"UseDnsComputerName" = "Y"

#########################################
# Application dependent sections follow #
#########################################

###################
# Program Manager #
###################################################################################################
[AppDefaults\\progman.exe\\DllOverrides]
"shell32" = "builtin, native"
;"shell" = "builtin, native" seems to not exist
"rasapi32" = "builtin"
"netapi32" = "builtin"
"kernel32" = "builtin"
"shlwapi" = "native"
"dsound" = "builtin, native"
"ddraw" = "native"
"commctrl" = "native, builtin"
"comctl32" = "native, builtin"
"rasapi16" = "native"
"oemreg" = "native"

[AppDefaults\\progman.exe\\x11drv]
"Desktop" = "800x600"

############
# Explorer #
###################################################################################################
[AppDefaults\\explorer.exe\\x11drv]
"Managed"="N"
"Desktop"="800x600"

[AppDefaults\\explorer.exe\\DllOverrides]
;shell,shell32,commctl,commctl32 antingen Startbar eller Iconer p� Desktoppen
"gdi32" = "builtin"
"kernel32" = "builtin"
;"shell32" = "native"
"commctrl" = "native"
"comctl32" = "native"
"shell32" = "builtin"
;"commctrl" = "builtin"
;"comctl32" = "builtin"
;Check Start
"imm32" = "builtin"
"ntdll" = "native"
;Check Stop
"shdocvw" = "native"
"shlwapi" = "native"
"wininet" = "native"
"*" = "native, builtin"

#####################
# Internet Explorer #
###################################################################################################
;; Internet Explorer AppDefaults entries
[AppDefaults\\IEXPLORE.EXE\\DllOverrides]
"advapi32" = "builtin"
"browselc" = "native"
"browseui" = "native"
; causes black icons
;"comctl32" = "native"
"comctl32" = "builtin"
"comdlg32" = "native"
"commctrl" = "native"
"commdlg" = "native"
"crtdll" = "native"
"crypt32" = "native"
"ddraw" = "builtin"
"dinput" = "builtin"
"display" = "builtin"
"dsound" = "builtin"
"gdi.exe" = "builtin"
"imm32" = "native"
"jscript" = "native"
"kernel32" = "builtin"
"krnl386.exe" = "builtin"
"linkinfo" = "native"
"lz32" = "builtin"
"lzexpand" = "builtin"
"mcianim.drv" = "native"
"mciavi.drv" = "native"
"mcicda.drv" = "builtin"
"mciseq.drv" = "builtin"
"mciwave.drv" = "builtin"
"midimap.drv" = "builtin"
"mlang" = "native"
"mpr" = "builtin"
"msacm32" = "builtin"
"msacm" = "builtin"
"msacm.drv" = "builtin"
"msadp32.acm" = "native"
"mshtml" = "native"
"msls31" = "native"
"msvcrt" = "native"
"msvfw32" = "native"
"msvideo" = "native"
"mydocs" = "native"
"netapi32" = "native"
"netbios" = "native"
"ole32" = "native"
"oleaut32" = "native"
"opengl32" = "builtin"
"rpcrt4" = "native"
"shdoclc" = "native"
"shdocvw" = "native"
"shell32" = "native"
"shell" = "native"
"shfolder" = "native"
"shlwapi" = "native"
"system" = "builtin"
"urlmon" = "native"
"user32" = "builtin"
"user.exe" = "builtin"
"ver" = "builtin"
"version" = "builtin"
"wineoss.drv" = "builtin"
"wininet" = "native"
"winmm" = "builtin"
"winspool.drv" = "builtin"
"ws2_32" = "builtin"
"wsock32" = "builtin"
"x11drv" = "builtin"
;[AppDefaults\\IEXPLORE.EXE\\x11drv]
;"Desktop" = "640x480"
;

#########################
# MSN Instant Messenger #
###################################################################################################
[AppDefaults\\msmsgs.exe\\DllOverrides]
"shell32" = "builtin, native"
"shell" = "builtin, native"
"rasapi32" = "builtin"
"netapi32" = "builtin"
"kernel32" = "builtin"
"comctl32" = "native"
"comdlg32" = "native"
"commctrl" = "native"
"commdlg" = "native"
"shlwapi" = "native"
"shfolder" = "native"
"dinput" = "builtin"
"display" = "builtin"
"dsound" = "builtin, native"
"ddraw" = "native"
"commctrl" = "native, builtin"
"comctl32" = "native, builtin"
"rasapi16" = "native"
"oemreg" = "native"
"wsock32" = "builtin"

###############################
# MSN Instant Messenger Setup #
###################################################################################################
[AppDefaults\\mmssetup.exe\\DllOverrides]
"shell32" = "builtin, native"
"shell" = "builtin, native"
"rasapi32" = "builtin"
"netapi32" = "builtin"
"kernel32" = "builtin"
"shlwapi" = "native"
"dsound" = "builtin, native"
"ddraw" = "native"
"commctrl" = "native, builtin"
"comctl32" = "native, builtin"
"rasapi16" = "native"
"oemreg" = "native"

#########################
# ICQ Instant Messenger #
###################################################################################################
[AppDefaults\\Icq.exe\\DllOverrides]
"shell" = "native"
"shell32" = "native"
"commctrl" = "native"
"comctl32" = "native"
"comdlg32" = "native"
"riched32" = "native"
"lz32" = "builtin"
"shfolder" = "native"
"shlwapi" = "native"
"shdocvw" = "native"
"ntdll" = "native"
"cfgmgr32" = "native"
[AppDefaults\\Icq.exe\\x11drv]
"Desktop" = "640x480"

##############################
# Trillian Instant Messenger #
###################################################################################################
[AppDefaults\\trillian.exe\\x11drv]
"Desktop" = "640x480"

##########
# Winamp #
###################################################################################################
[AppDefaults\\winamp.exe\\x11drv]
"Managed" = "N"

#############
# Starcraft #
###################################################################################################
[AppDefaults\\StarCraft.exe\\x11drv]
"Desktop" = "800x600"
[AppDefaults\\StarCraft.exe\\DllOverrides]
"crtdll" = "native"

####################################
# Internet Explorer 5 or 5.5 Setup #
###################################################################################################
[AppDefaults\\ie5setup.exe\\DllOverrides]
"urlmon" = "native"

##############################
# Internet Explorer 6 Setup #
###################################################################################################
[AppDefaults\\ie6setup.exe\\DllOverrides]
"cfgmgr32" = "native"
"urlmon" = "native"
"ntdll" = "native"
;"imm" = "native" seems to not exist
"wininet" = "native"
"setupx" = "native"
"shlwapi" = "native"


#############
# Solitaire #
###################################################################################################
[AppDefaults\\sol.exe\\Version]
"Windows" = "nt40"

###########
# Quake-2 #
###################################################################################################
;; Some games (Quake 2, UT) refuse to accept emulated dsound devices.
;; You can add an AppDefault entry like this for such cases.
[AppDefaults\\pickygame.exe\\dsound]
"EmulDriver" = "N"

#######################
# Quicktime Installer #
###################################################################################################
[AppDefaults\\QuickTimeInstaller.exe\\x11drv]
"Managed"="N"
"Desktop"="640x480"

############
# IpxSet32 #
###################################################################################################
[AppDefaults\\IpxSet32.exe\\x11drv]
"Managed"="N"
"Desktop"="640x480"

############
# AcmSetup #
###################################################################################################
[AppDefaults\\acmsetup.exe\\x11drv]
"Managed"="N"
"Desktop"="640x480"

#########
# Setup #
###################################################################################################
[AppDefaults\\setup.exe\\x11drv]
"Managed"="N"
"Desktop"="640x480"

###########
# Install #
###################################################################################################
[AppDefaults\\install.exe\\x11drv]
"Managed"="N"
"Desktop"="640x480"

; you can specify applications too
; this one will apply for all notepad.exe
"*notepad.exe" = "native, builtin"
; this one will apply only for a particular file
"c:\\windows\\regedit.exe" = "native, builtin"

###########################
# Mediaplayer and Install #
###################################################################################################
[AppDefaults\\mplayer.exe\\x11drv]
"oleaut32" = "native, builtin"
"msvcrt" = "native, builtin"
"devenum" = "native, builtin"
"quartz" = "native, builtin"
"wininet" = "native, builtin"
"urlmon" = "native, builtin"

[AppDefaults\\mplayer2.exe\\x11drv]
"oleaut32" = "native, builtin"
"msvcrt" = "native, builtin"
"devenum" = "native, builtin"
"quartz" = "native, builtin"
"wininet" = "native, builtin"
"urlmon" = "native, builtin"

#




back to my unifficial ltsp site
Hosted by www.Geocities.ws

1