company of heroes

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
nadrach
Level 3
Level 3
Posts: 51
Joined: Tue May 06, 2008 3:20 pm

company of heroes

Post by nadrach »

Trying to install company of heroes. On wine 1.1.20, it would install but not run ("hardware spec does not meet requirements"). Since then I have installed winetricks directx9, divx, msi2, allcodecs, ogg and quicktime72 and upgraded to wine 1.1.21. Now an install attempt fails because "...\windows32\msi.exe" is missing. Any suggestions as to how to put this file back?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: company of heroes

Post by vitamin »

nadrach wrote:Any suggestions as to how to put this file back?
Same as your other question:

Code: Select all

rm -rf ~/.wine
reinstall CoH.

Check AppDB for version specific hints for your game.
nadrach
Level 3
Level 3
Posts: 51
Joined: Tue May 06, 2008 3:20 pm

Yeah ...

Post by nadrach »

As with my other question, this command destroys the previous wine installation and everything installed in it ... which is not the most effective way to build a windows emulation. Currently I am faced with reinstalling wine in order to run any individual program, which is not efficient. Any better suggestions would be appreciated.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Yeah ...

Post by vitamin »

nadrach wrote:Any better suggestions would be appreciated.
Do not use anything native unless you really need to (don't use winetricks except to install something app really needs).
Use separate WINEPREFIXes for separate applications.
Do not reinstall Wine - Wine is not installed into WINEPREFIX.
Locked