Does winetricks run wine?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
notfed
Level 1
Level 1
Posts: 6
Joined: Wed Aug 31, 2011 10:41 pm

Does winetricks run wine?

Post by notfed »

Hi,

Does winetricks run the wine executable? Reason is, I have several versions of wine installed in separate directories. I want to know if I need to tell winetricks which version to use. I'd appreciate it if anyone could either tell me that (1) I shouldn't worry about it, it doesn't matter which version of wine is installed, or (2) how to tell winetricks which wine executable to use.

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

Re: Does winetricks run wine?

Post by dimesio »

notfed wrote: (2) how to tell winetricks which wine executable to use.

Code: Select all

env WINE=/path/to/wine winetricks verb
Locked