LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-10-2015, 06:51 PM   #1
camroni1
LQ Newbie
 
Registered: Aug 2015
Posts: 5

Rep: Reputation: Disabled
Terminal code "wine msiexec /i Warframe.msi." is not functioning


I am installing Warframe and need to extract MSI file with wine.When I enter the terminal command nothing happens. I am currently running debian wheezy. I am follwoing thie instructions from this site https://forums.warframe.com/index.ph...nux-with-wine/ .
 
Old 09-10-2015, 07:02 PM   #2
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,980

Rep: Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624
Hello and welcome to LQ.

Don't put wine in the command maybe.
http://wiki.winehq.org/msiexec
http://wiki.winehq.org/NativeMsi
 
Old 09-10-2015, 07:11 PM   #3
camroni1
LQ Newbie
 
Registered: Aug 2015
Posts: 5

Original Poster
Rep: Reputation: Disabled
Thank you, I don't know why people drive crazy. msiexec /i Warframe.msi still is not working.
 
Old 09-10-2015, 08:45 PM   #4
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,980

Rep: Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624
hahaha.
A signature line, not part of conversation.

From other site.
"Step four, open a terminal where the Warframe.msi file is at and run wine msiexec /i Warframe.msi. This will start the launcher. "

Last edited by jefro; 09-10-2015 at 08:59 PM.
 
Old 09-10-2015, 08:59 PM   #5
sgosnell
Senior Member
 
Registered: Jan 2008
Location: Baja Oklahoma
Distribution: Debian Stable and Unstable
Posts: 1,943

Rep: Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542
Meaning, I take it, are you in the proper directory when running the command? Is everything in the proper case, including the Warframe part?
 
Old 09-10-2015, 09:01 PM   #6
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,980

Rep: Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624
Command line has to be exact case, exact name of file.

There may also be some permission issues. Kind of doubt is because wine is running the file. I may to study that.

Also web pages suggest that other things need be present. https://www.reddit.com/r/Warframe/co...&ct=clnk&gl=us

Maybe I should ask if there are any errors. I'd assume the installer program switches would also allow a test run.

Last edited by jefro; 09-10-2015 at 09:03 PM.
 
Old 09-11-2015, 11:56 AM   #7
camroni1
LQ Newbie
 
Registered: Aug 2015
Posts: 5

Original Poster
Rep: Reputation: Disabled
Sqosnell

Quote:
Originally Posted by sgosnell View Post
Meaning, I take it, are you in the proper directory when running the command? Is everything in the proper case, including the Warframe part?
The proper directory, I don't know what mean. I will look it up to understand what your talking about. How do you switch directory's.

PS:Thank you for your reply.
 
Old 09-11-2015, 04:59 PM   #8
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,980

Rep: Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624
Either start in the directory that the warcraft is in or make direct path to the installer.

I usually just use the wine installer much like windows add program

Did you get the link to the extras you may need to have installed?

Might consider playonlinux. One issue is you may have already put too much on your system. They claim they have a script for this game.

Some of the versions of this game may work well in linux.

We still don't know much about the program you have. It may have issues.

Last edited by jefro; 09-11-2015 at 05:01 PM.
 
Old 09-12-2015, 09:04 AM   #9
sgosnell
Senior Member
 
Registered: Jan 2008
Location: Baja Oklahoma
Distribution: Debian Stable and Unstable
Posts: 1,943

Rep: Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542
If you don't even know how to change directories, the learning curve is going to be very steep. The command to change directories is cd.
Code:
cd /path/of/directory/to/change/to
obviously changing the name to the one where you extracted the files. I have no idea what that is.
 
Old 09-18-2015, 04:21 PM   #10
camroni1
LQ Newbie
 
Registered: Aug 2015
Posts: 5

Original Poster
Rep: Reputation: Disabled
jefro Thank you I took the time and learned the steps to enter the directory. With a new error p11-kit can not load module. I have wine 1.4, winehq website infromed me that 1.62 will work. I need to update my version of wine but I do not know how too

Quote:
Originally Posted by jefro View Post
Either start in the directory that the warcraft is in or make direct path to the installer.

I usually just use the wine installer much like windows add program

Did you get the link to the extras you may need to have installed?

Might consider playonlinux. One issue is you may have already put too much on your system. They claim they have a script for this game.

Some of the versions of this game may work well in linux.

We still don't know much about the program you have. It may have issues.
 
Old 09-18-2015, 06:06 PM   #11
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,980

Rep: Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624
The normal way to install wine is to use the distro's package or software manager.

You might be able to use the winehq pages to see if your system and disto can use the latest version. See the winehq site for your distro first.
 
Old 09-18-2015, 06:20 PM   #12
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Quote:
I will look it up to understand what your talking about. How do you switch directory's.
basically the same way you did on windows .

use the "cd " comand in the terminal

some commands for the Microsoft terminal" cmd.exe" are the same
but where as the windows cmd.exe is so hopelessly limited the linux terminal is not
http://www.tldp.org/LDP/Bash-Beginners-Guide/html/
http://linuxcommand.org/learning_the_shell.php
-- collection --
http://www.tldp.org/guides.html


As above it is NORMALLY best to use your built in package manager to install "w.i.n.e."
Code:
zypper in wine
dnf install wine
yum install wine
apt-get install wine-staging
pacman -Syu wine-staging

YES!! you do need to " type things"
normally it is easier to type than to "point and click" with a mouse

but
your OS should have a GUI for installing software
point and click and put a check mark in the box for installing wine and click on whatever "button" to install

Last edited by John VV; 09-18-2015 at 06:28 PM.
 
Old 09-19-2015, 09:20 AM   #13
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
Quote:
Originally Posted by camroni1 View Post
I am installing Warframe and need to extract MSI file with wine.When I enter the terminal command nothing happens.
NOTHING happens? At all? No messages printed, no errors, no popups, nothing?
 
Old 09-20-2015, 09:56 PM   #14
camroni1
LQ Newbie
 
Registered: Aug 2015
Posts: 5

Original Poster
Rep: Reputation: Disabled
@Jefro I do not have accest to packagemanger. I am currently running Debian Wheezy on the Steam OS. I download POL instead to get the need version of wine. I verifed the version need on WineHQ. The version of wine need to install warframe is not funtioning on POL. I appoglize about the delay I wanted to learn more and not waste people time.

@jhovv Thank your I followed those steps and come with this error.:Fizme:msi:ITERATE_DUPLICATEFILES WE SOULD TRACK THESE DUPLICATE FILES AS WELL

@Suicidaleggroll : Yes I do get and error message when following the steps to install the MSI file. "ITERATE_DUPLICATEFILES WE SOULD TRACK THESE DUPLICATE FILES AS WELL" I believe it's due the version of wine currently running on my os. [wine 1.4.1]
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Find me source code for "iwlist" & "iwconfig" Angela Wu Linux - Kernel 2 09-15-2013 08:44 PM
How to set the font-size for "xterm" terminal-emulator (running "bash" shell) ajaygarg Linux - Desktop 1 03-09-2012 12:38 PM
[SOLVED] "Insert" & "Delete" key returns "~" in a terminal. sharky Linux - General 15 04-26-2011 08:36 AM
[SOLVED] Remove "Wine core exe" in "Open with" menu (Ubuntu) tranduyhung Linux - Software 3 01-13-2011 07:21 PM
"segmentation error" when issuing "useradd" command through terminal with RH 9.0 kaihuang Linux - General 0 10-21-2003 11:47 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:44 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration