How to use older Versions

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
User avatar
ChaosFurry
Level 1
Level 1
Posts: 6
Joined: Wed Jul 08, 2009 12:01 pm

How to use older Versions

Post by ChaosFurry »

hey,
Sometimes there're Workarounds like "you'll need this dlls and this Wine Version". How can I use an older Version (0.9.58) without deinstalling the new? I tried it with PlayOnLinux, but there new problems appeared.

greetz
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

How to use older Versions

Post by austin987 »

On Mon, Jul 20, 2009 at 1:01 PM, ChaosFurry<[email protected]> wrote:
hey,
Sometimes there're Workarounds like "you'll need this dlls and this Wine Version". How can I use an older Version (0.9.58) without deinstalling the new? I tried it with PlayOnLinux, but there new problems appeared.
There's not really any 'supported' way to do this. PlayOnLinux tries
to do this (I don't know how well though), but it's unsupported here.

The 'easiest' way would be to compile the versions you need, and
install them in separate places, e.g.,
$HOME/wine-0.9.58
$HOME/wine-1.0
$HOME/wine-1.1.2
etc.

--
-Austin
DaVince
Level 8
Level 8
Posts: 1099
Joined: Wed Oct 29, 2008 4:53 pm

Re: How to use older Versions

Post by DaVince »

ChaosFurry wrote:hey,
Sometimes there're Workarounds like "you'll need this dlls and this Wine Version". How can I use an older Version (0.9.58) without deinstalling the new? I tried it with PlayOnLinux, but there new problems appeared.

greetz
What distro? The Ubuntu repository still offers old versions available for download. http://wine.budgetdedicated.com/
solar_vibe
Level 1
Level 1
Posts: 8
Joined: Mon Jul 20, 2009 9:27 pm

Re: How to use older Versions

Post by solar_vibe »

ChaosFurry wrote:hey,
Sometimes there're Workarounds like "you'll need this dlls and this Wine Version". How can I use an older Version (0.9.58) without deinstalling the new? I tried it with PlayOnLinux, but there new problems appeared.
Using GoboLinux, I compile the versions I want installed. If I want to use a different version of Wine, I disable the new version and symlink the old version. Example: "DisableProgram Wine 1.1.26", then "SymlinkProgram Wine 0.9.58"

Perhaps other distributions of linux have a similar feature.
Martin Gregorie

How to use older Versions

Post by Martin Gregorie »

On Mon, 2009-07-20 at 21:41 -0500, solar_vibe wrote:
Using GoboLinux, I compile the versions I want installed. If I want to
use a different version of Wine, I disable the new version and symlink
the old version. Example: "DisableProgram Wine 1.1.26", then
"SymlinkProgram Wine 0.9.58"

Perhaps other distributions of linux have a similar feature.
Debian and RedHat have the alternatives system: run "man alternatives"
to find out about it.

Its designed to switch between different programs that do the same job,
e.g. to substitute Postfix or qmail for sendmail as your MTA, but
there's no reason you couldn't use it to select between Wine versions.

If you find that it is more complex to set up than you can justify, you
can always write a small shell script to do a similar job for Wine.


Martin
Locked