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.
Problem with wine after installation
Problem with wine after installation
On Tue, 2012-01-10 at 16:43 -0600, cjpicc11 wrote:
both options and are clearly described as being '--version' and
'--help', not 'version' and 'help'.
haven't told us that.
Martin
With all due respect, RTFM and try to remember what it says. Those areHello,
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'
both options and are clearly described as being '--version' and
'--help', not 'version' and 'help'.
Could be. Whether it is depends entirely on what you typed and youI 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.
haven't told us that.
Martin
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.
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.