From 800da6ed70c65f5059726b7ce35030e9c7235f01 Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 19 Jan 2011 15:22:15 +0000 Subject: Also install xclock and xclock-color --- xorg-server/installer/vcxsrv.nsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xorg-server/installer/vcxsrv.nsi b/xorg-server/installer/vcxsrv.nsi index ba2897a36..91454e4c1 100644 --- a/xorg-server/installer/vcxsrv.nsi +++ b/xorg-server/installer/vcxsrv.nsi @@ -81,6 +81,8 @@ Section "VcXsrv (required)" File "..\xcalc" File "..\xcalc-color" File "..\..\apps\xclock\obj\release\xclock.exe" + File "..\xclock" + File "..\xclock-color" File "..\..\apps\xwininfo\obj\release\xwininfo.exe" File "..\XKeysymDB" File "..\XErrorDB" @@ -245,6 +247,8 @@ Section "Uninstall" Delete "$INSTDIR\xwininfo.exe" Delete "$INSTDIR\XKeysymDB" Delete "$INSTDIR\XErrorDB" + Delete "$INSTDIR\XtErrorDB" + Delete "$INSTDIR\.Xdefaults" Delete "$INSTDIR\xlaunch.exe" Delete "$INSTDIR\plink.exe" Delete "$INSTDIR\swrast_dri.dll" -- cgit v1.2.3