(this will fully install WINEX)

start by typing this

Code:
mkdir /root/.wine
mkdir /root/.wine/c_drive
mkdir /root/.wine/c_drive/windows
mkdir /root/.wine/c_drive/windows/system
mkdir /root/.wine/c_drive/windows.system32
mkdir /root/.wine/c_drive/programs
mkdir /root/.wine/c_drive/windows/temp
mkdir /root/.wine/c_drive/windows/profiles/admin
mkdir /root/.wine/e_drive
mkdir /root/.wine/e_drive/windows
mkdir /root/.wine/e_drive/windows/system
mkdir /root/.wine/e_drive/windows.system32
mkdir /root/.wine/e_drive/programs
mkdir /root/.wine/e_drive/windows/temp
mkdir /root/.wine/e_drive/windows/profiles/admin
now type this-

Code:
cvs -d:pserver:anonymous@cvs.winex.sourceforge.net:/cvsroot/winex login
(Hit enter)-Now Type(make sure this is one line of code when u see a dropdown treat that as a space)

Code:
cvs -z3 -d:pserver:anonymous@cvs.winex.sourceforge.net:/cvsroot/winex co wine
Now type -(Five different commands)
Make sure you type yes for everything at the end of install)

Code:
cd /root/.wine
./tools/wineinstall
make depend
make install
make
Now type this

Code:
cp /root/.wine/config /root/
you will see these lines of code

Code:
[wine]
"Windows" = "c:\\windows"
"System" = "c:\\windows\\system"
"Temp" = "c:\\windows\\temp"
"Path" = "c:\\windows;c:\\windows\\system;e:\\"
"Profile" = "c:\\windows\\Profiles\\Administrator"
delete them and put this in their place (just hightlight copy and paste on op of the other code)

Code:
[wine]
"Windows" = "/root/.wine/c_drive/windows"
"System" = "/root/.wine/c_drive/windows/system"
"Temp" = "/root/.wine/c_drive/windows/temp"
"Path" = "c:\\windows;c:\\windows\\system;e:\\"
"Profile" = "/root/.wine/c_drive/windows/profiles/admin"
now look around the config file and when you see

Code:
[Drive C] (it will be near the top of the code)
make sure the code under it reads

Code:
"Path" = "/root/.wine/c_drive"
#"Path" = "${HOME}/.wine/c"
"Type" = "hd"
"Label" = "MS-DOS"
"Filesystem" = "win95"
when you see

Code:
[Drive E]
make sure the code under it reads

Code:
"Path" = "/root/.wine/e_drive"
"Type" = "network"
"Label" = "Home"
"Filesystem" = "win95"
Now find

Code:
[Drive D]
and make sure the code under it reads

Code:
"Path" = "/mnt/cdrom"
"Type" = "cdrom"
"Label" = "CD-Rom"
"Filesystem" = "win95"
"Device" = "/dev/cdrom"
Now type

Code:
cp /root/config /root/.wine
and then type yes then hit enter to over write the file!

AND THE YOU'RE DONE!!!!

to run a windows file:

type wine then the file dir and name

EXAMPLE- if you have a windows file named Game.exe in your root folder type this

Code:
wine /root/Game.exe
and it will open!

Contributed by : Homer119