From a1e73ddc9d12e2dc2d4c9fedf87276a8f78e9a4b Mon Sep 17 00:00:00 2001 From: joostverburg Date: Sun, 16 Mar 2003 19:46:20 +0000 Subject: [PATCH] delete old UI's git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2313 212acab6-be3b-0410-9dea-997c60f758d6 --- Examples/makensis.nsi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Examples/makensis.nsi b/Examples/makensis.nsi index 79e14490..7cb0677b 100644 --- a/Examples/makensis.nsi +++ b/Examples/makensis.nsi @@ -236,6 +236,9 @@ SubSection "Extra User Interfaces" SecContribUIs File "..\Contrib\UIs\modern_nodesc.exe" File "..\Contrib\UIs\modern_smalldesc.exe" + Delete "$INSTDIR\Contrib\UIs\modern2.exe" + Delete "$INSTDIR\Contrib\UIs\modern3.exe" + SetOutPath $INSTDIR\Include File "..\Include\MUI.nsh"