Systemwide WINE installation?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
VJ
Newbie
Newbie
Posts: 4
Joined: Thu May 07, 2009 4:50 am

Systemwide WINE installation?

Post by VJ »

HI,

Is it possible to have a systemwide WINE installation?.

I would like to install the programs only once,and share it between multiple users

Cheers
Cloudef
Level 4
Level 4
Posts: 138
Joined: Wed Mar 18, 2009 3:10 pm

Post by Cloudef »

Cut the .wine folder somewhere and then do link into it and put the link into every users home folder :wink:
VJ
Newbie
Newbie
Posts: 4
Joined: Thu May 07, 2009 4:50 am

Post by VJ »

Thanks for the reply.

Please could you confirm if you have tried this and has worked successfully?.

I was browsing through some threads and this one - http://forum.winehq.org/viewtopic.php?t ... systemwide , says its not possible.
John Drescher

Systemwide WINE installation?

Post by John Drescher »

On Thu, May 7, 2009 at 8:49 AM, VJ <[email protected]> wrote:
Thanks for the reply.

Please could you confirm if you have tried this and has worked successfully?.
The developers will warn you that this method will cause corruption of
the registry.

One idea around this is to use aufs and have the common .wine readonly
with each user having a rw mount that they can modify the same files.
pam_mount may help in this case. I have not tried this though..

John
VJ
Newbie
Newbie
Posts: 4
Joined: Thu May 07, 2009 4:50 am

Post by VJ »

Do we know - As per official WINE documentation, sharing a single instance of WINE among multiple users is supported?.
I couldnt find this anywhere.
If its not stated, I assume officially its not supported?.

What do you guys think?

Cheers.
John Drescher

Systemwide WINE installation?

Post by John Drescher »

On Thu, May 7, 2009 at 9:24 AM, VJ <[email protected]> wrote:
Do we know - As per official WINE documentation, sharing a single instance of WINE among multiple users is supported?.
I couldnt find this anywhere.
If its not stated, I assume officially its not supported?.

What do you guys think?
Its officially not supported. Their is a bug report for this and if
you read the list archives you should find the answer quickly. The
developers do explain the problem and their stance..

John
Cloudef
Level 4
Level 4
Posts: 138
Joined: Wed Mar 18, 2009 3:10 pm

Post by Cloudef »

Yeah the thing is that if two Wineservers update the registry its gonna become broken. So you can do this if you copy the registry to the other wineprefix.
Locked