Winetricks / winetricks

Winetricks is an easy way to work around problems in Wine
GNU Lesser General Public License v2.1
2.73k stars 399 forks source link

Please add Adobe Digital Editions 2.0.1 #991

Open whiskytango opened 6 years ago

whiskytango commented 6 years ago

Please add ADE v2.0.1 to those on winetricks. You can get it from http://download.adobe.com/pub/adobe/digitaleditions/ADE_2.0_Installer.exe

austin987 commented 6 years ago

Is there a reason you don't want to use 4.5? adobe_diged4

austin987 commented 6 years ago

Looks like 2.0.1 may be broken under Wine: https://bugs.winehq.org/show_bug.cgi?id=45235

whiskytango commented 6 years ago

Yes, there are problems. Do the comments at https://appdb.winehq.org/objectManager.php?sClass=version&iId=27978 help? Especially about installing .NET 3.5 SP1? Thanks for following this up!

whiskytango commented 6 years ago

And there is the following recent complete how-to: https://patdavid.net/2018/05/installing-adobe-digital-editions-on-linux-with-wine/

bmaupin commented 3 years ago

Is there a reason you don't want to use 4.5? adobe_diged4

Among other things, ADE 2.0.1 is a prerequisite for a popular tool for removing DRM from ebooks.

bmaupin commented 2 years ago

I needed to install it recently, and this is what I used:

WINEARCH=win32 WINEPREFIX=~/.local/share/wineprefixes/adobe_diged2 winetricks -q dotnet35sp1
WINEPREFIX=~/.local/share/wineprefixes/adobe_diged2 winetricks -q windowscodecs
WINEPREFIX=~/.local/share/wineprefixes/adobe_diged2 winetricks -q corefonts
wget http://download.adobe.com/pub/adobe/digitaleditions/ADE_2.0_Installer.exe
WINEPREFIX=~/.local/share/wineprefixes/adobe_diged2 wine ADE_2.0_Installer.exe
$ wine --version
wine-5.0 (Ubuntu 5.0-3ubuntu1)
vvasuki commented 2 years ago
WINEPREFIX=~/.local/share/wineprefixes/adobe_diged2 wine ADE_2.0_Installer.exe

In my case (wine 6.16 on arch linux), it failed with: image

austin987 commented 2 years ago

Looks like there was a regression. I opened https://bugs.winehq.org/show_bug.cgi?id=52815 for that (still in current wine, 7.6).