http://bugs.winehq.org/show_bug.cgi?id=1970
------- Additional Comments From abdul.ahmad@utoronto.ca 2004-04-02 17:20 ------- I also installed Microsoft Windows Script 5.6 from http://msdn.microsoft.com/library/default.asp?url=/downloads/list/webdev.asp
If you dont use a couple of native DLLs Windows Script wont install correctly. For the Windows Script installer i used native win98 dll's for mfc42 & comcat.dll, and my DLLOverrides for NHL2004 now look like:
[AppDefaults\nhl2004.exe\Version] "Windows" = "win98" [AppDefaults\nhl2004.exe\DllOverrides] "ole32" = "native, builtin" "oleaut32" = "native, builtin" "mshtml" = "native, builtin" "shfolder" = "native, builtin" "shell32" = "native, builtin" "shell" = "native, builtin" "shdocvw" = "native, builtin" "shlwapi" = "native, builtin" "urlmon" = "native, builtin" "crypt32" = "native, builtin" "wininet" = "native, builtin" "dispex" = "native" "scrobj" = "native" "scrrun" = "native" "wshext" = "native" "wshom.ocx" = "native" "jscript" = "native" "vbscript" = "native" [AppDefaults\nhl2004.exe\x11drv] "Desktop" = "640x480"
now some more menu items are working but its still not perfect.. im thinking that theres probably more dll's that i have to overrride, any ideas anyone?