[LUGOS] Pirs in wine

Martin martin at amadej.si
Fri Jan 24 19:05:40 CET 2003


I could complete IE 5.01 installation successfully with a fake_windows 
configuration. 

steps: 
1. make a fake_windows directory hierarchy in the $HOME/.wine/ directory: 
http://chem.skku.ac.kr/~wkpark/kle/wine/dotwine/make_dotwine 

[UPDATE: Microsoft has removed these fonts from their website. They were free 
to redistribute, and are floating around the net] 
2. install some ttf fonts($ wine NEWFNT32.exe;wine corfnt32.exe) 
wget ftp://ftp.microsoft.com/developr/drg/TrueType/NEWFNT32.EXE 
wget ftp://ftp.microsoft.com/developr/drg/TrueType/corfnt32.exe 

3. install dcom98.exe($ wine dcom98.exe) 
wget http://download.microsoft.com/msdownload/dcom/98/x86/en/dcom98.exe 

4. install ie5setup.exe ($wine ie5setup.exe) 
wget 
+http://download.microsoft.com/download/ie501sp2/Install/5.01_SP2/WIN98/EN-US/ie 
+5setup.exe 

5. delete .wine/fake_windows/Windows/WinInit.ini(?) 
see Wininit.ini and you can find some instructions... 

6. run explorer.exe with following config; 
(explorer.exe!! not iexplore.exe, you may copy it from some windows boxs) 
i think.. when explorer.exe executed.. some registry entries are created which 
iexplore.exe need. 

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

[AppDefaults\\explorer.exe\\DllOverrides] 
;; 
"gdi32" = "builtin" 
"kernel32" = "builtin" 
;;"shell" = "native" 
;;"shell32" = "native" 
;;"commctl" = "native" 
;;"comctl32" = "native" 
"shell" = "builtin" 
"shell32" = "builtin" 
"commctl" = "builtin" 
"comctl32" = "builtin" 
; 
"imm" = "builtin" 
;"ntdll" = "native" 
"shdocvw" = "native" 
"shlwapi" = "native" 
"wininet" = "native" 
"*" = "native, builtin" 

7. run iexplore.exe !! 

[AppDefaults\\iexplore.exe\\DllOverrides] 
;; 
"gdi32" = "builtin" 
"kernel32" = "builtin" 
;;"shell" = "native" 
;;"shell32" = "native" 
;;"commctl" = "native" 
;;"comctl32" = "native" 
"shell" = "builtin" 
"shell32" = "builtin" 
"commctl" = "builtin" 
"comctl32" = "builtin" 
"imm" = "builtin" 
;"ntdll" = "native" 
"shdocvw" = "native" 
"shlwapi" = "native" 
"wininet" = "native" 
"*" = "native, builtin" 

this is my screenshot. 
http://chem.skku.ac.kr/~wkpark/screenshot/2002_06_12_215103_shot.png 
(with "Windows"="win95") 
http://chem.skku.ac.kr/~wkpark/screenshot/2002_06_12_230527_shot.png 
(with "Windows"="win98") 

In case of install problems, retry with a native setupx.dll



More information about the lugos-list mailing list