PDA

View Full Version : SteamInstall.msi



moot
April 1st, 2007, 08:45 AM
Recently Valve changed the SteamInstall file on Steam Powered (http://steampowered.com/) from an *.exe file to a *.msi file, the latter of which Wine can't load. This is a problem because all of the guides to installing Steam using Wine involve using the SteamInstall.exe file. Should I just download the old SteamInstall.exe file and use that? Will Steam just update itself after installation?

BrettW
April 1st, 2007, 09:51 AM
If I'm not mistaken, Wine has an msiexec command, app that runs these .msi files. I've had to use it to install steam stuff from backups (backups made through steam, of course). Hope this helps in some way.

moot
April 1st, 2007, 09:58 AM
If I'm not mistaken, Wine has an msiexec command, app that runs these .msi files. I've had to use it to install steam stuff from backups (backups made through steam, of course). Hope this helps in some way.

Thank you, that worked just fine. And for future reference, the command is:


~/Desktop msiexec /a SteamInstall.msi

Vitaminc23456
April 4th, 2007, 01:11 AM
i cant figure out the right location, i typed in exactly what was there, and all i got was
bash: /home/joe/Desktop: is a directory

so then i tried with that /home/joe/Desktop and what i got was this
bash: /home/joe/Desktop: is a directory

so basically im pretty confused and need some help.

Gorthus
April 4th, 2007, 01:13 AM
if thats where the installer is, then what you want to do is:


wine msiexec "/home/joe/desktop/steaminstall.msi" keeping cautious of capital letters.

Or you could just google SteamInstall.exe and download that.

Yoooder
October 6th, 2007, 07:27 PM
might be a newer version of wine, but I had to do:

wine msiexec /i "/home/joe/desktop/steaminstall.msi"

cogadh
October 6th, 2007, 09:04 PM
You can also use this command to run .msi files:

wine start install.msi

Everywhere_at_Once
October 7th, 2007, 06:04 AM
you should use this method

cd /home(if that's where your .msi is located)
wine msiexec /i Steaminstall.exe

but beware, there are other things you need to do before installing.
i just finished getting steam running, and trust me, install tahoma before you install steam, unless you like blind guess work.

Sockerdrickan
October 7th, 2007, 09:43 AM
you should use this method

cd /home(if that's where your .msi is located)
wine msiexec /i Steaminstall.exe

but beware, there are other things you need to do before installing.
i just finished getting steam running, and trust me, install tahoma before you install steam, unless you like blind guess work.
Why is the
wine msiexec /i
better than
wine start
?

cogadh
October 7th, 2007, 03:47 PM
They are not actually different at all, they do the same exact thing. Using "start" means Wine has to call upon msiexec on its own, when you use the msiexec directly, it obviously doesn't have to do that. Neither is really better than the other, but using "wine start" means slightly less typing.

Sockerdrickan
October 7th, 2007, 04:46 PM
Yes that's what I meant, why use the long one

cogadh
October 7th, 2007, 10:48 PM
The only reason I can see to use the msiexec method instead of "wine start" is because of msiexec's optional command switches. I honestly don't know what all those switches are (other than the "/i" one), but that is really the only thing that would make sense to me.

deadlydeathcone
October 8th, 2007, 04:08 AM
It's a bit of shameless self promotion, but you might want to check out my wine script (http://ubuntuforums.org/showthread.php?t=533257). It automatically runs .msi files and changes to an application's base directory (as Everywhere_at_Once suggested) automatically.


The only reason I can see to use the msiexec method instead of "wine start" is because of msiexec's optional command switches. I honestly don't know what all those switches are (other than the "/i" one), but that is really the only thing that would make sense to me.

Agreeing with this, as "wine start" is easier. It's (sometimes) useful for other things, too, as it actually just opens Wine's default handler for the extension of the file given to it.

devilbar
January 31st, 2011, 05:57 AM
Hey all im Mike, Well I was trying to install Steam "back" into my computer, but it says Steaminstall[1].msi and when i tryed looking for it it wasnt in my computer. ive been trying to search it for a while now but i cant find it its says i need to find it first before I can download it back into my computer? Can someone help me find that file or terminate Steam off of my computer?

R33D3M33R
January 31st, 2011, 06:44 AM
Just redownload steam from http://store.steampowered.com/ make it executable with


chmod +x Steaminstall.msi

and run it. It should detect and ask you if you wan't to reinstall.

BTW: you should put such questions in the Wine section of the forum.

Perfect Storm
January 31st, 2011, 08:23 AM
http://s4.postimage.org/jbyj0j85e/Thread_Necromancer.jpg (http://www.postimage.org/)