El Foro

Need help installing a non-standard dll in a specific prefix

Autor Respuestas
thefr00n Sunday 12 June 2011 at 11:46
thefr00nAnonymous

Hi all,

I've begun using POL because it provides a very easy way to keep different Win apps separate, especially if they need very different overrides to function well.

I am trying to set up a prefix for using FL Studio and other media related apps. However, to get this to work well, I need to install the wineasio dll. The command to execute is regsvr32 wineasio.dll, but this installs it into the default system prefix only. I need it in my special Music prefix.

Can anyone suggest how I might manually run this command in such a way as to target a specific wineprefix? Or could I possibly hack the registry of the desired prefix? Is that even a good method?

Any help and ideas would be appreciated.

Thanks.
Quentin PÂRIS Sunday 12 June 2011 at 14:10
Quentin PÂRISAnonymous

Run export WINEPREFIX="/path/of/you/prefix" before
thefr00n Sunday 12 June 2011 at 14:33
thefr00nAnonymous

Of course! brilliant.

Thank you for your help.