11

Have Googled for this but couldn't find a way to re-install riched20.dll I installed to install a Windows application (I don't remember the application) some days ago.

Is there anyway(command-line or via the GUI) to remove and/or re-install dll's installed in winetricks?

Specifications:

  • Ubuntu 12.10

  • winetrics 20120912

Braiam
  • 66,947
  • 30
  • 177
  • 264
jobin
  • 27,142
  • 16
  • 100
  • 116
  • Do you want to uninstall the DLL or install the DLL? I'm sure wine doesn't include DLL's. – Braiam Oct 18 '13 at 14:26
  • I want to uninstall the riched20 DLL. You can install DLL's from winetricks. – jobin Oct 19 '13 at 05:00
  • I want to ask this, too. It seems that the winetricks only provides the option to remove all *.dll, but not some particular ones. – Eric Apr 21 '14 at 13:49

3 Answers3

2

I did the following in winetricks when I loaded a DLL that broke a game:

  1. Select the default wine prefix
  2. Click Change Settings
  3. Check the box alldlls=default then click OK
  4. Reinstall DLLs as necessary

This got me back up and running.

userDepth
  • 1,970
  • 2
  • 27
  • 56
JB0x2D1
  • 444
  • 6
  • 20
1

I found a way to at least disable a DLL. Open winecfg and go to Libraries. The DLLs installed by winetricks seem to have an asterisk (*) before their name, find the DLL you want to remove and change it to 'builtin' or remove it from the list.

NorbiPeti
  • 43
  • 6
1

Just delete from wine folder the riched20.dll then add again via winetricks.

rm ~/.wine/drive_c/windows/system32/riched20.dll
Byte Commander
  • 105,631
  • 46
  • 284
  • 425
Cornea Valentin
  • 679
  • 6
  • 11
  • Wrong. There are packets installed under `/usr/lib/` and other places as well. Removing that dll under wineprefix just disables the dll. – chefarov Jun 30 '18 at 13:21