Click to See Complete Forum and Search --> : Installation: WineX (Transgaming)


Hayl
11-21-2003, 11:12 AM
(this will fully install WINEX)

start by typing this

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-

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)

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)

cd /root/.wine
./tools/wineinstall
make depend
make install
make

Now type this

cp /root/.wine/config /root/

you will see these lines of 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)

[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

[Drive C] (it will be near the top of the code)

make sure the code under it reads

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

when you see

[Drive E]

make sure the code under it reads

"Path" = "/root/.wine/e_drive"
"Type" = "network"
"Label" = "Home"
"Filesystem" = "win95"

Now find

[Drive D]

and make sure the code under it reads

"Path" = "/mnt/cdrom"
"Type" = "cdrom"
"Label" = "CD-Rom"
"Filesystem" = "win95"
"Device" = "/dev/cdrom"

Now type

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

wine /root/Game.exe

and it will open!

Contributed by : Homer119