From bde45e68ad254e7fe92e1afc15f4512ee217d31a Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 28 Sep 2009 09:32:08 +0000 Subject: Also install xerrordb file. Added extra information in error message of winMultiWindowXMsgProcErrorHandler --- xorg-server/installer/vcxsrv.nsi | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'xorg-server/installer/vcxsrv.nsi') diff --git a/xorg-server/installer/vcxsrv.nsi b/xorg-server/installer/vcxsrv.nsi index 6b66a4cd6..be8258f92 100644 --- a/xorg-server/installer/vcxsrv.nsi +++ b/xorg-server/installer/vcxsrv.nsi @@ -62,7 +62,8 @@ Section "VcXsrv (required)" File "..\protocol.txt" File "..\system.XWinrc" File "..\..\xkbcomp\obj\release\xkbcomp.exe" - File "..\xkeysymdb" + File "..\XKeysymDB" + File "..\XErrorDB" File "..\hw\xwin\xlaunch\obj\release\xlaunch.exe" File "..\..\tools\plink\obj\release\plink.exe" SetOutPath $INSTDIR\fonts @@ -157,7 +158,8 @@ Section "Uninstall" Delete "$INSTDIR\protocol.txt" Delete "$INSTDIR\system.XWinrc" Delete "$INSTDIR\xkbcomp.exe" - Delete "$INSTDIR\xkeysymdb" + Delete "$INSTDIR\XKeysymDB" + Delete "$INSTDIR\XErrorDB" Delete "$INSTDIR\xlaunch.exe" RMDir /r "$INSTDIR\fonts" -- cgit v1.2.3