El Foro

Dll overrides

Autor Respuestas
DemonHypnos Friday 23 January 2009 at 1:04
DemonHypnosAnonymous

I am trying to get my scripts working, but I don't know how to do dll overrides in the script...please help.

"Sleep is eminent!"
Ghostofkendo Friday 23 January 2009 at 10:55
Ghostofkendo

Hello DemonHypnos,

First, in order to receive as much help as possible, you should be more polite (Hello, etc.)

Then, about dll overriding in a script, just create a .reg file that defines the value(s) you want (native and/or builtin) for the dlls of your choice. Once it's done, add the following command:regedit /path/to/your/dll.reg
How to do so? Take example on the script for Age of Empires II: The Conquerors. (the part concerning dll override start with "echo "[HKEY_CURRENT_USER\\Software\\Wine\\DllOverrides]" > $REPERTOIRE/tmp/AOE2TheConquerors/dll.reg" )

Bye
DemonHypnos Saturday 24 January 2009 at 4:52
DemonHypnosAnonymous

Thank you, Ghostofkendo. I understand now.

"Sleep is eminent!"