setting riched20 native with command line

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Jerry Geis

setting riched20 native with command line

Post by Jerry Geis »

Is there a way to set riched20 as native by using a command line utility?

I saw something about environment variables but I was hoping for a
command line
way with winecfg to just set it.

Thanks,

Jerry
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: setting riched20 native with command line

Post by dimesio »

Jerry Geis wrote:Is there a way to set riched20 as native by using a command line utility?

I saw something about environment variables but I was hoping for a
command line
way with winecfg to just set it.
Do you want to set it at the command line, or do you want to use winecfg?

To set it from the command line:

Code: Select all

WINEDLLOVERRIDES="riched20=n" wine program_name
To set it in winecfg, go to the libraries tab and select it from the list.
Locked