Problem with wine after installation

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
cjpicc11
Newbie
Newbie
Posts: 1
Joined: Tue Jan 10, 2012 5:36 pm

Problem with wine after installation

Post by cjpicc11 »

Hello,

After I install wine I attempt to run the following command to make sure it was installed..

wine version

After running that command I get this...

wine: cannot find L"C:\\windows\\system32\\version.exe"

I get a similar message when attempting to to run 'wine help'

I presume this is one of the reasons that I have been unable to install MS OFFice as well. Can anyone help me on this? I installed wine using the YUM.

I am running Fedora 16.
Martin Gregorie

Problem with wine after installation

Post by Martin Gregorie »

On Tue, 2012-01-10 at 16:43 -0600, cjpicc11 wrote:
Hello,

After I install wine I attempt to run the following command to make sure it was installed..

wine version

After running that command I get this...

wine: cannot find L"C:\\windows\\system32\\version.exe"

I get a similar message when attempting to to run 'wine help'
With all due respect, RTFM and try to remember what it says. Those are
both options and are clearly described as being '--version' and
'--help', not 'version' and 'help'.
I presume this is one of the reasons that I have been unable to
install MS OFFice as well. Can anyone help me on this? I installed
wine using the YUM.
Could be. Whether it is depends entirely on what you typed and you
haven't told us that.

Martin
SolisX
Level 3
Level 3
Posts: 52
Joined: Sat Jul 23, 2011 2:46 pm

Post by SolisX »

Hello cjpicc11,

I believe that you must type:

wine --version

To install MS Office

mount your cdrom

then in a terminal change into the the /media/cdrom directory

and type:

wine setup.exe

I would suggest making a script with

cd /Media/cdrom
wine setup.exe

Then run the script so the terminal does not lock your
cdrom, other wise wine eject may not unmount cdrom before
ejecting the disc.
SolisX
Level 3
Level 3
Posts: 52
Joined: Sat Jul 23, 2011 2:46 pm

Post by SolisX »

Hello cjpicc11,

I meant to type

cd /media/cdrom

sorry
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

SolisX wrote:To install MS Office
See instructions for your Office version on AppDB. There are few things you might need to do to have it working properly.
Locked