How can I revert from a winetrick

Questions about Wine on Linux
Locked
jotape1960
Level 2
Level 2
Posts: 44
Joined: Tue Nov 24, 2015 12:05 am

How can I revert from a winetrick

Post by jotape1960 »

I used the following command:

winetricks comctl32.dll

It was intended to fix an issue, but it didn't fix any.

I guess that the line downloaded and/or installed that specific library from somewhere. I wonder if there is a way to revert it.

Which is the right command to come back to the original state?

Greetings & Blessings from Chile!!!!!!!


Juan
spoon0042
Level 6
Level 6
Posts: 572
Joined: Thu Dec 24, 2009 11:00 am

Re: How can I revert from a winetrick

Post by spoon0042 »

I don't think winetricks has any kind of 'undo' other than deleting the wineprefix and starting over.

However you can run winecfg and go to the libraries tab and remove comctl32 there and that should make it like you never ran it, if all it did was install that one dll.
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: How can I revert from a winetrick

Post by dimesio »

jotape1960 wrote:I used the following command:

winetricks comctl32.dll
That is not correct, and should have returned "Unknown arg comctl32.dll."

The correct command is

Code: Select all

winetricks comctl32
Locked