prevent indexing from windows indexing service

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5447 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
lotus 16 years ago
parent c6880ce28b
commit 4ec1aacde1

@ -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\*"

Loading…
Cancel
Save