Installing older versions of Wine

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
EthicsGradient
Newbie
Newbie
Posts: 3
Joined: Wed May 13, 2009 12:54 am

Installing older versions of Wine

Post by EthicsGradient »

Hi, I need to install Office 2007 using wine. Unfortunately, there seems to be a bug which lets the programs run just fine under newer version of wine, but prevents installation unless you use Wine 1.1.16 or before. How can I Install wine 1.1.16?
Thanks in advance.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Installing older versions of Wine

Post by austin987 »

On Wed, May 13, 2009 at 12:58 AM, EthicsGradient
<[email protected]> wrote:
Hi, I need to install Office 2007 using wine. Unfortunately, there seems to be a bug which lets the programs run just fine under newer version of wine, but prevents installation unless you use Wine 1.1.16 or before. How can I Install wine 1.1.16?
Thanks in advance.
Download the source and compile it.

Or, depending on your distribution, use the archived packages.


--
-Austin
EthicsGradient
Newbie
Newbie
Posts: 3
Joined: Wed May 13, 2009 12:54 am

Post by EthicsGradient »

I've downloaded the source code, and when I try to follow the readme and run wineinstaller my terminal simply disappears. I should mention I'm sing Ubuntu 8.10
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Installing older versions of Wine

Post by austin987 »

On Wed, May 13, 2009 at 1:26 AM, EthicsGradient
<[email protected]> wrote:
I've downloaded the source code, and when I try to follow the readme and run wineinstaller my terminal simply disappears. I should mention I'm sing Ubuntu 8.10
You probably need development packages. Try running ./configure
--verbose or use
http://winezeug.googlecode.com/svn/trun ... ne-deps.sh

--
-Austin
EthicsGradient
Newbie
Newbie
Posts: 3
Joined: Wed May 13, 2009 12:54 am

Post by EthicsGradient »

Solved, i used the deb installers. Thanks anyway.
Locked