"Sylvain" == Sylvain Petreolle spetreolle@yahoo.fr writes:
Sylvain> I found why we have a 'not found', the problem is that wcmd Sylvain> isn't installed by default in c:\windows\system32, it installed Sylvain> as "cmd". should we add it to wineinstall or what ?
Sylvain> for the false COMSPEC problem, I found it too. it is in Sylvain> files/directory.c:107/180. it assigns wcmd as interpreter.
Sylvain> to give a summary: wineinstall installs cmd.exe in Sylvain> windows/system32. COMSPEC is set to search wcmd.exe => we need Sylvain> to add it in wineinstall. COMSPEC is set find it in Sylvain> windows/system => we should change it in files/directory.c to Sylvain> point to windows/system32 instead.
It's tools/wineinstall that does rename wcmd.exe to cmd.exe when installing. I don't think this is right. Other opinions?
Bye