diff options
author | marha <marha@users.sourceforge.net> | 2009-09-28 09:32:08 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-09-28 09:32:08 +0000 |
commit | bde45e68ad254e7fe92e1afc15f4512ee217d31a (patch) | |
tree | ac000c6a2058d34fc716daf4b25e2d6c1758101e /xorg-server/installer | |
parent | 1f7d7f73b06b5add892a284bf563e3f01a60df52 (diff) | |
download | vcxsrv-bde45e68ad254e7fe92e1afc15f4512ee217d31a.tar.gz vcxsrv-bde45e68ad254e7fe92e1afc15f4512ee217d31a.tar.bz2 vcxsrv-bde45e68ad254e7fe92e1afc15f4512ee217d31a.zip |
Also install xerrordb file.
Added extra information in error message of winMultiWindowXMsgProcErrorHandler
Diffstat (limited to 'xorg-server/installer')
-rw-r--r-- | xorg-server/installer/vcxsrv.nsi | 6 |
1 files changed, 4 insertions, 2 deletions
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"
|