On Sun, May 1, 2016 at 11:47 PM, Nikolay Sivov bunglehead@gmail.com wrote:
+MODULE = mode.exe
I don't know how important that is, but on Win7 it's called mode.com, just what bug title says.
That's true. mode.exe worked for one of the linked apps (second, I couldn't figure out how to trigger the problem)
I tried making it mode.com, as well as adding a fake mode.com in loader/wine.inf and an association for it (attached) but then cmd.exe /c didn't recognize mode.com, mode, or mode.exe.
@@ -3472,6 +3472,7 @@ WINE_CONFIG_PROGRAM(iexplore,,[install]) WINE_CONFIG_PROGRAM(ipconfig,,[clean,install]) WINE_CONFIG_PROGRAM(lodctr,,[install]) WINE_CONFIG_PROGRAM(mofcomp,,[install]) +WINE_CONFIG_PROGRAM(mode,,[install]) WINE_CONFIG_PROGRAM(mshta,,[install]) WINE_CONFIG_PROGRAM(msiexec,,[install,installbin,manpage]) WINE_CONFIG_PROGRAM(net,,[clean,install])
This is not sorted.
Thanks.