It seems that using environment variables in override ini files doesn't work. E.g. I can use
log=%MYDIR%\logs\log.log
in the embedded ini file, but if I use the same setting in the override ini it doesn't work. If I use a full path without environment variable there, that does work.
It seems that using environment variables in override ini files doesn't work. E.g. I can use
log=%MYDIR%\logs\log.log
in the embedded ini file, but if I use the same setting in the override ini it doesn't work. If I use a full path without environment variable there, that does work.