Installing on Linux  

It’s a problem with the HTML controls.

 

I got it to install by using ies4linux, shudder.

 

Run BC once using ies4′s wineprefix to create the proper registry entries, then run the wrath installer using ies4′s prefix, then move wrath to your regular wineprefix and create shortcuts as necessary.

 

$ WINEPREFIX=~/.ies4linux/ie6 wow

$ WINEPREFIX=~/.ies4linux/ie6 /path/to/Wrath/Installer

$ mv ~/.ies4linux/ie6/drive_c/Program Files/Wrath ~/.wine/drive_c/Program Files/Wrath

 

$ cat ~/bin/wrath

 

#!/bin/bash

cd /home/<me>/.wine/drive_c/Program Files/Wrath of the Lich King Beta/

wine explorer /desktop=wow,1440×900 Launcher.exe “$@”&

 

« »