summaryrefslogtreecommitdiff
path: root/build.nsi
diff options
context:
space:
mode:
authorlotus <lotus@6c8d7289-2bf4-0310-a012-ef5d649a1542>2010-08-30 20:04:19 +0000
committerlotus <lotus@6c8d7289-2bf4-0310-a012-ef5d649a1542>2010-08-30 20:04:19 +0000
commit2009999162f122a9767ef48f1073b4f63f5d405b (patch)
tree6baef8aee1316dd976d7ef4b8fb2f0af271ea571 /build.nsi
parent938676265fc9b1d92a17a55c78517fd3b809749c (diff)
show landing page after installation finished
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7086 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'build.nsi')
-rwxr-xr-xbuild.nsi5
1 files changed, 5 insertions, 0 deletions
diff --git a/build.nsi b/build.nsi
index 64e192679..0d82f8393 100755
--- a/build.nsi
+++ b/build.nsi
@@ -83,6 +83,8 @@ ComponentText "YaCy v@REPL_VERSION@ (Build @REPL_DATE@)"
!insertmacro MUI_PAGE_INSTFILES
+!define MUI_FINISHPAGE_SHOWREADME http://www.yacy-websuche.de/wiki/index.php/InstallerFinished
+!define MUI_FINISHPAGE_SHOWREADME_TEXT $(finishPage)
!insertmacro MUI_PAGE_FINISH
; ----------------------------------------
@@ -102,14 +104,17 @@ ComponentText "YaCy v@REPL_VERSION@ (Build @REPL_DATE@)"
LangString stillRunning ${LANG_ENGLISH} "YaCy is still active. Please stop YaCy first."
LangString keepData 0 "Do you want to keep the data?"
LangString noAdminForJava 0 "You need Administrator privileges to install Java. Java will now be downloaded to the shared documents folder. YaCy won't run without Java."
+LangString finishPage 0 "Show how to configure the Windows Firewall for YaCy."
LangString stillRunning ${LANG_FRENCH} "YaCy is still active. Please stop YaCy first."
LangString keepData 0 "Do you want to keep the data?"
LangString noAdminForJava 0 "You need Administrator privileges to install Java. Java will now be downloaded to the shared documents folder. YaCy won't run without Java."
+LangString finishPage 0 "Show how to configure the Windows Firewall for YaCy."
LangString stillRunning ${LANG_GERMAN} "YaCy ist noch aktiv. Bitte beenden Sie YaCy."
LangString keepData 0 "Moechten Sie die Daten behalten?"
LangString noAdminForJava 0 "Sie benoetigen Administrator-Rechte um Java zu installieren. Java wird nun in 'Gemeinsame Dokumente' gespeichert. YaCy benoetigt Java zur Ausfuehrung."
+LangString finishPage 0 "Zeige die Windows Firewall Konfiguration fuer YaCy."
; ----------------------------------------
; INSTALLABLE MODULES