Question

I'm attempting to create an IronWorker and I'd like to use a Windows binary to run the task. I believe that if I can create a standalone Wine executable in a subdirectory and reference it in my worker descriptor that I should be able to run the binary. Every worker starts with a clean environment, so I don't want to reinstall Wine every time (the worker task is very short).

Has anybody successfully achieved this? Thanks in advance.

Was it helpful?
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top