On Win9x, notepad.exe is only available in c:\Windows. On WinNT it appears to be in both c:\Windows and c:\Windows\System32. So I propose that we put it in both locations as there might be (win9x) applications that only look for it in c:\Windows. Does that make sense? Changelog: * tools/wineinstall Install notepad.exe in c:\windows too Index: tools/wineinstall =================================================================== RCS file: /home/wine/wine/tools/wineinstall,v retrieving revision 1.40 diff -u -r1.40 wineinstall --- tools/wineinstall 6 Sep 2002 19:46:27 -0000 1.40 +++ tools/wineinstall 21 Sep 2002 18:15:16 -0000 @@ -197,8 +197,8 @@ #puts windows applications replacements to windows directories, #configures them function configure_wine_applications { + link_app notepad "$CROOT/windows/notepad.exe" link_app regedit "$CROOT/windows/regedit.exe" - link_app uninstaller "$CROOT/windows/uninstall.exe" link_app wcmd "$CROOT/windows/system32/cmd.exe" link_app control "$CROOT/windows/system32/control.exe" link_app winhelp "$CROOT/windows/system32/help.exe" @@ -207,6 +207,7 @@ link_app regsvr32 "$CROOT/windows/system32/regsvr32.exe" link_app winemine "$CROOT/windows/system32/winmine.exe" link_app winver "$CROOT/windows/system32/winver.exe" + link_app uninstaller "$CROOT/windows/uninstall.exe" link_app winhelp "$CROOT/windows/winhelp.exe" link_app winhelp "$CROOT/windows/winhlp32.exe" } -- Francois Gouget fgouget@free.fr http://fgouget.free.fr/ 1 + e ^ ( i * pi ) = 0