On Wed Apr 24 13:55:44 2024 +0000, Yuxuan Shui wrote:
Like I said, you need to call `ShellExecute( NULL, NULL, "linuxbinary.", "1", "C:\Temp\Application\linux", SW_SHOW);`, which is how `start.exe` would be doing.
That's really not a solution. This was working without issues for many years. So, forcing our users to upgrade our product isn't always an option.
Also, how backward compatible is that solution going to be? We still have users on *cough* wine 5, will it work for them?