Page 1 of 2

HOWTO: Install WineX from CVS

Posted: Wed Nov 12, 2003 6:49 pm
by Sniper Fox
THIS SEEMS TO INSTALL AND RUN, PLEASE HELP TEST

As root:

Code: Select all

mkdir /wine
cd /wine
cvs -d:pserver:cvs@cvs.transgaming.org:/cvsroot login 
(When prompted for the password enter "cvs" )
cvs -z3 -d:pserver:cvs@cvs.transgaming.org:/cvsroot co winex 
./tools/wineinstall 
(Accept all defaults at the end of the installation, it errors with some registry problem, but we don't care since we're not going to run wine as root.)
ldconfig
Then, as gentoox:

Code: Select all

cd ~/
mkdir .wine
ln -s .wine .transgaming
ln -s .wine .winex
cd /wine
./tools/wineinstall
(Yes, you already did this as root, do it again.  This time answer '/home/gentoox/.wine/c_drive' when it asks you where to put C)
./programs/regapi/regapi setValue < winedefault.reg
cd ~/.wine/c_drive
mkdir windows/temp
mkdir windows/system32
mkdir windows/Fonts
mkdir windows/Inf
wget  http://download.microsoft.com/msdownload/dcom/98/x86/en/dcom98.exe
wine dcom98
You should be ready to go. CD check support isn't in the CVS version, so you'll have to LEGALLY use CD check cracks to play copy protected games. However, now that dcom is installed any InstallShield installer game should install w/o error.

Posted: Wed Nov 12, 2003 8:41 pm
by Sniper Fox
Image

Posted: Wed Nov 12, 2003 9:01 pm
by fuz
yuck! :vomit:

Posted: Wed Nov 12, 2003 9:21 pm
by Sniper Fox
fuz wrote:yuck! :vomit:
Heh, I could have put up a screenshot of Tux Racer or some other Linux zealot game, if you'd like :lol:

Posted: Wed Nov 12, 2003 9:26 pm
by fuz
i just think that XP is a cross between PowerPuff Girls, Claymation and Windoze 2000 - Colourful, rounded, slow :P

Posted: Wed Nov 12, 2003 9:38 pm
by Sniper Fox
fuz wrote:i just think that XP is a cross between PowerPuff Girls, Claymation and Windoze 2000 - Colourful, rounded, slow :P
Don't forget expensive, buggy, and inherently evil... or whatetever FUD you Anti-MS zealots are trying to spread today :wink:

Posted: Wed Nov 12, 2003 9:39 pm
by fuz
its not expensive... cos only one person actually buys it the rest just "borrow" it... the only good version of windows is 3.11

Posted: Wed Nov 12, 2003 10:00 pm
by nobspangle
your not very good at minesweeper are you Mr. Fox

Posted: Wed Nov 12, 2003 10:15 pm
by Sniper Fox
nobspangle wrote:your not very good at minesweeper are you Mr. Fox
It's hard over VNC :wink:

Posted: Fri Nov 14, 2003 12:46 am
by icewolfx
When typing in:

cvs -d:pserver:anonymous@cvs.winex.sourceforge.net:/cvsroot/winex

I get this:

Usage: cvs [cvs-options] command [command-options-and-arguments]
where cvs-options are -q, -n, etc.
(specify --help-options for a list of options)
where command is add, admin, etc.
(specify --help-commands for a list of commands
or --help-synonyms for a list of command synonyms)
where command-options-and-arguments depend on the specific command
(specify -H followed by a command name for command-specific help)
Specify --help to receive this message

The Concurrent Versions System (CVS) is a tool for version control.
For CVS updates and additional information, see
the CVS home page at http://www.cvshome.org/ or
Pascal Molli's CVS site at http://www.loria.fr/~molli/cvs-index.html

I'm not asked for a password

Posted: Fri Nov 14, 2003 8:10 am
by JusKickNit
icewolfx wrote:When typing in:

cvs -d:pserver:anonymous@cvs.winex.sourceforge.net:/cvsroot/winex

I get this:

Usage: cvs [cvs-options] command [command-options-and-arguments]
where cvs-options are -q, -n, etc.
(specify --help-options for a list of options)
where command is add, admin, etc.
(specify --help-commands for a list of commands
or --help-synonyms for a list of command synonyms)
where command-options-and-arguments depend on the specific command
(specify -H followed by a command name for command-specific help)
Specify --help to receive this message

The Concurrent Versions System (CVS) is a tool for version control.
For CVS updates and additional information, see
the CVS home page at http://www.cvshome.org/ or
Pascal Molli's CVS site at http://www.loria.fr/~molli/cvs-index.html

I'm not asked for a password
I believe it should read
cvs -d:pserver:anonymous@cvs.winex.sourceforge.net:/cvsroot/winex login

Posted: Fri Nov 14, 2003 3:20 pm
by Sniper Fox
JusKickNit wrote: I believe it should read
cvs -d:pserver:anonymous@cvs.winex.sourceforge.net:/cvsroot/winex login
You're correct, I did that step, no idea why it didn't copy / paste from my bash history correctly. I've updated the instalation steps above.

Posted: Sat Nov 15, 2003 2:45 am
by RabidWeezle
When I last installed winex via cvs, I just used the standard procedure as sourceforge told me to do, but I didn't get it lookin like xp ;). Course I just ran it to run starcraft and ultima online. Using the standard wine look (looking like win98...) and running like wine /tmp/c/Program \Files/ULTIMA ONLINE/UO.EXE

On this install I'll try your setup, see what it's like. Thanks for the handy tutorial.

Note: Has anyone tried the winex isntall script for gentoox that's on xbins?

Posted: Mon Nov 17, 2003 12:06 am
by bikr

Posted: Tue Nov 18, 2003 2:06 pm
by Sniper Fox
Did you finally fix it? Good work bikr!