From 4ec1aacde19f42eafcb23b3667760af177573de3 Mon Sep 17 00:00:00 2001 From: lotus Date: Tue, 6 Jan 2009 18:17:53 +0000 Subject: [PATCH] prevent indexing from windows indexing service git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5447 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- build.nsi | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build.nsi b/build.nsi index 4410bea27..2d9a17483 100755 --- a/build.nsi +++ b/build.nsi @@ -150,7 +150,10 @@ Section "YaCy" Delete "$SMSTARTUP\start YaCy (no console).lnk" ;old SetOutPath $INSTDIR - + ;set noindex attribute for windows indexing service + Exec 'attrib +I "$INSTDIR"' + Exec 'attrib +I "$INSTDIR\*" /S /D' + File /r "RELEASE\MAIN\*" File /r "RELEASE\EXT\*"