summaryrefslogtreecommitdiff
path: root/build.nsi
diff options
context:
space:
mode:
authorlotus <lotus@6c8d7289-2bf4-0310-a012-ef5d649a1542>2010-10-30 08:49:39 +0000
committerlotus <lotus@6c8d7289-2bf4-0310-a012-ef5d649a1542>2010-10-30 08:49:39 +0000
commit2db6ca81044117eb4452e2d3034f33e78aa646fe (patch)
treeb3c9fc0f88c6294e1bcf17a54e7e30cccbfa7069 /build.nsi
parent482127e777dd715157b430646038beb3d9c83940 (diff)
- do not allow user to disable java installation
- java version update - build cleanup git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7284 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'build.nsi')
-rwxr-xr-xbuild.nsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.nsi b/build.nsi
index 0d82f8393..3e04aba8f 100755
--- a/build.nsi
+++ b/build.nsi
@@ -123,7 +123,7 @@ LangString finishPage 0 "Zeige die Windows Firewall Konfiguration fuer YaCy."
Section "YaCy"
SectionIn 1 RO
- SetShellVarContext current
+ SetShellVarContext current ; use system variables (folders) for current user
RMDir /r "$SMPROGRAMS\YaCy" ;clear old shortcuts
Delete "$QUICKLAUNCH\YaCy-Search.lnk" ;old
Delete "$DESKTOP\YaCy-Search.lnk" ;old
@@ -142,7 +142,7 @@ Section "YaCy"
SectionEnd
Section "Sun Java"
- SectionIn 1
+ SectionIn 1 RO
SetShellVarContext current
Call DetectJRE
SectionEnd