Re: Internet Explorer Install

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 21/08/03 09.59, James Bowling wrote:
> Has anyone installed Internet Explorer 6 in Wine?  I need to know because I
> need this installed for another program that requires it....If you have
> installed it please tell me how and what I need to do.

IE 6 installs correctly using the instructions in
http://appdb.winehq.com/appview.php?appId=25&versionId=1455
under the subject 'Works! This is how:'.

I just followed the instructions with Wine 20030709, using the
attached config. I've also attached a list of directories (post
install but pruned to those that I think I created manually). Just
install dcom98, install ie6 and off you go. 

/dossen
-- 
"Nuclear war can ruin your whole compile."
-- Karl Lehenbauer
WINE REGISTRY Version 2
;; All keys relative to \\Machine\\Software\\Wine\\Wine\\Config

;; If you think it is nescessary to show others your complete config for a 
;; bug report, filter out empty lines and comments with
;; grep -v "^;" ~/.wine/config | grep '.' 
;;
;; MS-DOS drives configuration
;;
[Drive C]
"Path" = "fake_windows"
"Type" = "hd"
"Label" = "fake_windows"
"Filesystem" = "win95"

[Drive X]
"Type" = "hd"
"Path" = "/tmp"
"Label" = "Tmp Drive"
"Filesystem" = "win95"

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

[Drive Z]
"Type" = "network"
"Path" = "/"
"Label" = "Root"
"Filesystem" = "win95"

[wine]
"Windows" = "c:\\Windows"
"System" = "c:\\Windows\\system"
"Temp" = "x:\\"
"Path" = "c:\\Windows;c:\\Windows\\system;x:\\;y:\\"
"GraphicsDriver" = "x11drv"
"ShellLinker" = "wineshelllink"

# <wineconf>

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

[DllDefaults]
"DefaultLoadOrder" = "native, builtin, so"

[DllOverrides]
; For ie6
"*comctl32" = "builtin"
; For Outlook97
"mapi" = "native, builtin"
"mapi32" = "native, builtin"
; Native dlls needed for various parts of the install
"ole32" = "native, builtin"
"compobj" = "native, builtin"
"ole2" = "native, builtin"
"ole2nls" = "native, builtin"
"ole2conv" = "native, builtin"
"ole2prox" = "native, builtin"
"ole2thk" = "native, builtin"
"storage" = "native, builtin"
"olepro32" = "native, builtin"
"rpcrt4" = "native, builtin"
"oleaut32" = "native, builtin"
"msvcrt" = "native, builtin"
"wininet" = "native, builtin"
; for the ie runonce
"setupapi" = "native, builtin"
"devenum" = "native, builtin"
"quartz" = "native, builtin"
"urlmon" = "native"
"shdocvw" = "native, builtin"
"jscript" = "native, builtin"
"wintrust" = "native, builtin"
"shlwapi" = "native, builtin"
"secur32" = "native, builtin"
"crypt32" = "native, builtin"
"ddraw" = "native, builtin"

"DBTSDKDaSi" = "native"
"DBTSUKDaSi" = "native"
"DBTSSEDaSi" = "native"
"DBTSNODaSi" = "native"
"PRIVDADaSi" = "native"
"PRIVENDaSi" = "native"
"PRIVSEDaSi" = "native"
"PRIVNODaSi" = "native"


; allow launching user.exe (for Remedy)
"*user.exe" = "native,builtin"
; default for all other dlls
"*" = "builtin, native"


[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"
; Enable DirectX mouse grab
"DXGrab" = "N"
; Create the desktop window with a double-buffered visual
; (useful to play OpenGL games)
"DesktopDoubleBuffered" = "N"
; 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 documentation/fonts before adding aliases
;See a couple of examples for russian users below
"Resolution" = "96"
"DefaultSerif" = "-baekmuk-gulim-"
"DefaultSansSerif" = "-baekmuk-gulim-"
"System" = "-baekmuk-gulim-"
"Alias0" = "System, -baekmuk-gulim-"
"Alias1" = "Arial, -bitstream-charter-,1"
"Alias2" = "Tahoma, -adobe-helvetica-"
;"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-"

[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"

[spy]
"Exclude" = "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
; Global registries (stored in /etc)
"LoadGlobalRegistryFiles" = "Y"
; 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" = "600"
; Save only modified keys
"SaveOnlyUpdatedKeys" = "Y"

[Tweak.Layout]
;; supported styles are 'Win31'(default), 'Win95', 'Win98'
;; this has *nothing* to do with the windows version Wine returns:
;; use cmdline option --winver 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"
"WaveMapper" = "msacm.drv"
"MidiMapper" = "midimap.drv"

[TrueType Font Directories]
"dir1" = "/usr/share/wine-c/windows/Fonts"
"dir2" = "/var/lib/wine/Windows/Fonts"
"dir3" = "fake_windows/Windows/Fonts"
;"dir2" = "/usr/share/fonts/ko/TrueType"
;"dir2" = "/usr/share/fonts/truetype"
;"dir3" = "/usr/X11R6/lib/X11/fonts/TT"
;"dir4" = "/usr/share/fonts/TT"

[afmdirs]
"dir1" = "fake_windows/Windows/Fonts"

# </wineconf>
.
./Windows
./Windows/Command
./Windows/Cookies
./Windows/Cursors
./Windows/Desktop
./Windows/Fonts
./Windows/Help
./Windows/inf
./Windows/Java
./Windows/Media
./Windows/NetHood
./Windows/Profiles
./Windows/Recent
./Windows/SendTo
./Windows/ShellNew
./Windows/Sysbckup
./Windows/System
./Windows/System/sfp
./Windows/System/sfp/ie
./Windows/System/Color
./Windows/System/unknown
./Windows/System32
./Windows/Tasks
./Windows/Temp
./Windows/Web
./Windows/Web/Wallpaper
./Windows/All Users
./Windows/All Users/Desktop
./Windows/All Users/DRM
./Windows/All Users/Application Data
./Windows/Application Data
./Windows/Application Data/Microsoft
./Windows/Application Data/Microsoft/SystemCertificates
./Windows/Start Menu
./Windows/Start Menu/Programs
./Windows/Start Menu/Programs/StartUp
./Windows/PrintHood
./Windows/AppPatch
./Program Files
./Program Files/Common Files
./Program Files/Common Files/Microsoft Shared
./Program Files/Common Files/System
./Program Files/Common Files/Services
./My Documents
./My Documents/My Pictures
./Local Settings
./Local Settings/Application Data
./Local Settings/Application Data/Microsoft

Attachment: pgp00172.pgp
Description: PGP signature


[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux