Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Anybody want to answer a stupid question?

  1. #1
    Join Date
    Dec 2007
    Location
    Sheboygan Falls, WI
    Beans
    41
    Distro
    Ubuntu 8.04 Hardy Heron

    Wink Anybody want to answer a stupid question?

    I am following a guide from Linux-gamers.net on how to install steam and successively tf2 on Ubuntu 7.04. I am a total noob so progress is slow but that's to be expected. I have the steam.msi sitting on my desktop now but everytime I enter

    "wine msiexec /i SteamInstall.msi"

    I get a popup that says

    "The specified installation package could not be opened. Please check the file path and try again."

    It seems like there is a simple solution but I don't have a good enough understanding of Linux yet to figure it out. Anybody know how to remedy this? Thanks a million!

  2. #2
    Join Date
    Jul 2007
    Beans
    1,577

    Re: Anybody want to answer a stupid question?

    Are you sure it should be '/i'? '-i' is the usual way of specifying an option i for a command, and I'd expect /i to be the path to the file called i, which is located in the root directory (this file probably doesn't exist, which would be the problem).

  3. #3
    Join Date
    Dec 2007
    Location
    Sheboygan Falls, WI
    Beans
    41
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Anybody want to answer a stupid question?

    That makes sense. How do I find what the path to the steam file is? It's on my desktop but I still don't understand the structure of linux so it makes it hard to figure out the path.

  4. #4
    Join Date
    Jul 2007
    Beans
    1,577

    Re: Anybody want to answer a stupid question?

    OK, all your personal files are stored in /home/yourusername and /home/yourusername/Desktop is where the desktop is. Note that Linux file names are case-sensitive.

  5. #5
    Join Date
    Jul 2007
    Beans
    1,577

    Re: Anybody want to answer a stupid question?

    Quote Originally Posted by natebenn View Post
    wine msiexec /i SteamInstall.msi"
    You need to change directory (command: cd) to the directory where your .msi file is (in this case the desktop).
    Code:
    cd ~/Desktop
    By the way, ~/ means "my home directory".

  6. #6
    Join Date
    Dec 2007
    Location
    Sheboygan Falls, WI
    Beans
    41
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Anybody want to answer a stupid question?

    Alright I'll have to give that a shot when I get home. Thanks for the direction!

  7. #7
    Join Date
    Dec 2007
    Location
    Sheboygan Falls, WI
    Beans
    41
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Anybody want to answer a stupid question?

    Ok so if I understand it all here is what I do and what happens.
    Open terminal and punch in "wine msiexec cd ~/Desktop Steaminstall.msi"

    I've tried that but I get a paragraph or so in the terminal that tries to explain usable commands for installing programs, most of which is still greek to me. Am I entering it into the terminal incorrectly?

  8. #8
    Join Date
    Apr 2007
    Location
    Texas, USA
    Beans
    809
    Distro
    Kubuntu 12.10 Quantal Quetzal

    Re: Anybody want to answer a stupid question?

    Hey,

    I just tried it doing this...

    1) Save SteamInstall.msi to your desktop.

    2) Right click the file and choose "Open with other application"

    3) When the new window opens, theres something at the very bottom that says "Use a Custom Command." Click that and a text field will appear. Copy and paste this.
    Code:
    wine msiexec /i
    4) Click open and you're done.

  9. #9
    Join Date
    Dec 2007
    Location
    Sheboygan Falls, WI
    Beans
    41
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Anybody want to answer a stupid question?

    Freakin SWEEEET! You are the man!! Dang it doesn't get any easier than that! I'm entirely speechless, I just didn't think I was ever gonna figure things out. Thanks to both of you guys for all of your input. I'm sure you'll be hearing from you around the forums again. Have a great on, I'm on my way to Steam and TF2!!!

  10. #10
    Join Date
    Apr 2007
    Location
    Texas, USA
    Beans
    809
    Distro
    Kubuntu 12.10 Quantal Quetzal

    Re: Anybody want to answer a stupid question?

    Quote Originally Posted by natebenn View Post
    Freakin SWEEEET! You are the man!! Dang it doesn't get any easier than that! I'm entirely speechless, I just didn't think I was ever gonna figure things out. Thanks to both of you guys for all of your input. I'm sure you'll be hearing from you around the forums again. Have a great on, I'm on my way to Steam and TF2!!!
    No Problem man! Glad to hear it installed. Just let me know if you have any problems with the update thing getting stuck at 26%. I just figured out a workaround for it...

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •