Installing steam to my wine prefix?

Questions about Wine on macOS.
Locked
Colecf
Level 1
Level 1
Posts: 5
Joined: Mon Oct 24, 2011 10:39 pm

Installing steam to my wine prefix?

Post by Colecf »

The only way I know to install steam is via winetricks, the steaminstall.msi doesn't seem to work, at least not out of the box.

I'm trying to install steam, and succeeded, but it installed it to ~/.local/share/wineprefixes/steam, whereas I normally install stuff to ~/.wine. How do I make winetricks install to there?

I tried "winetricks steam prefix=/Users/Cole/.wine" but that made it install to ~/.local/share/wineprefixes//Users/Cole/.wine.

Thanks in advance!
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

winetricks steam --no-isolate
Colecf
Level 1
Level 1
Posts: 5
Joined: Mon Oct 24, 2011 10:39 pm

Post by Colecf »

dimesio wrote:winetricks steam --no-isolate
It says I already have steam installed. When I uninstall it from the wine prefix in .local then run the command, it just proceeds to recreate that wine prefix.

Probably should've mentioned this earlier: Mac OS 10.7.3 with wine 1.2.3 and winetricks 20111115.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

Colecf wrote:wine 1.2.3 and winetricks 20111115.
Both are old. Upgrade.
Last edited by dimesio on Sun Apr 08, 2012 9:45 pm, edited 1 time in total.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

Sorry, got it backwards; the command should be

Code: Select all

winetricks --no-isolate steam 
Locked