Adobe Air issue .. again ? ? ?

Questions about Wine on Linux
Locked
BenderClark
Newbie
Newbie
Posts: 1
Joined: Thu Apr 01, 2021 7:02 pm

Adobe Air issue .. again ? ? ?

Post by BenderClark »

Hi,

I do really need Adobe Air for one software.

WineHQ link for Adobe Air may be outdated ?

I have tried Winetticks too. The link is outdated?

Is theee a way to install Adobe Air for WineHQ ?

I have the exe file of Adobe Air.

Any ideas ?
Characterhero
Newbie
Newbie
Posts: 4
Joined: Sat Apr 03, 2021 7:17 am

Re: Adobe Air issue .. again ? ? ?

Post by Characterhero »

I installed AdobeAir separately. To install, you need to download the exe file and move it to .wine / drive_c and run WINEPREFIX = ~ / .wine WINEARCH = win32 wine adobeair.exe
Of course, you have a .wine folder with a 32-bit prefix, or even better, create a separate folder with a 32-bit prefix and install there:
WINEPREFIX=~/.wine32 WINEARCH=win32 wineboot

Then the installation will look like this: WINEPREFIX = ~ / .win32 WINEARCH = win32 wine adobeair.exe
Locked