What is 'ExecutableLocation' in DeepL config ?
[DeepL]
ExecutableLocation=
MinDelaySeconds=2
MaxDelaySeconds=6
[DeepLLegitimate]
ExecutableLocation=
ApiKey=
Free=False
After install DeepL app on windows, it create an start menu entry shortcut
"C:\Users\MyUserName\AppData\Roaming\Programs\Zero Install\0install-win.exe" run --no-wait https://appdownload.deepl.com/windows/0install/deepl.xml"
Do I put full shortcut line in ExecutableLocation or just C:\Users\MyUserName\AppData\Roaming\Programs\Zero Install\0install-win.exe
It is seem that 0install-win.exe cannot be executed directly by double click.
Not sure if this is the solution but I went to https://www.deepl.com/docs-api/api-access/api-versions/ and installed the .NET version of the client for the DeepL API using nuget. It required me to get nuget.exe and a .NET devkit installed (so you can use the dotnet.exe and nuget.exe commandline programs). I added https://nuget.net as a trusted repository for nuget as shown in the nuget documentation on their website, then was able to search for and install deepl.net with nuget install DeepL.net. Then saving my API key into the config.ini and choosing DeepLLegitimate in-game. I left the ExecutableLocation blank and it works. Hope that helps.
@ametom thank you for the information.