WoW64 installation

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
melancholy
Level 2
Level 2
Posts: 39
Joined: Sun Sep 11, 2011 3:12 pm

WoW64 installation

Post by melancholy »

hi, I just configured a WoW64 wine build, but the wiki ends with the make command.

my question is if I have to run make install from the wine32 or the wine 64 folder..
melancholy
Level 2
Level 2
Posts: 39
Joined: Sun Sep 11, 2011 3:12 pm

Post by melancholy »

oh, and since I'm at it, how do you open winecfg in wine64?
the "winecfg" command does not work if I choose to install it..
melancholy
Level 2
Level 2
Posts: 39
Joined: Sun Sep 11, 2011 3:12 pm

Post by melancholy »

oh, and how do you use winetricks with wine64?
If I run it, I get the error:

Code: Select all

------------------------------------------------------
wine cmd.exe /c echo '%ProgramFiles%' returned empty string
------------------------------------------------------
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

melancholy wrote:oh, and how do you use winetricks with wine64?
Winetricks doesn't work with 64 bit Wine.
melancholy
Level 2
Level 2
Posts: 39
Joined: Sun Sep 11, 2011 3:12 pm

Post by melancholy »

dimesio wrote:Winetricks doesn't work with 64 bit Wine.
it does, but selection specific programs for installation (e.g. steam) will cause it to fail with the above mention error...

seems like it cannot invoke cmd or regsvr32, but:

Code: Select all

WINEPREFIX=~/reactor/wineholic/#beta ~/reactor/wineholic/WOW64/wine64/wine64 cmd.exe /c echo '%ProgramFiles%'
C:\Program Files
I suppose this is because make install in WOW64 does not set up the bash executables like you would know it for default wine...
any workaround?
Locked