diff options
| author | lotus <lotus@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2008-09-02 15:09:31 +0000 |
|---|---|---|
| committer | lotus <lotus@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2008-09-02 15:09:31 +0000 |
| commit | 3fbfd5a78b66e7a4cc610c88848ff791dbd8faa6 (patch) | |
| tree | 006d8a606ae56267ed1a81b9e73cd1e0ab4bbac2 /build.nsi | |
| parent | 219b93df6a18f44652f9ff994f6cc16bb9fc000e (diff) | |
* fix for non-changing offset on new search term
* dht-heap doesn't has to be deleted (5097), we simply write a new one on exit
* do not install YaCy in startup because a Windows-shutdown might corrupt something. Installing YaCy as a service would solve this.
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5099 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'build.nsi')
| -rwxr-xr-x | build.nsi | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -72,10 +72,12 @@ Section "YaCy on the Desktop" CreateShortCut "$DESKTOP\YaCy.lnk" "$INSTDIR\startYACY.bat" "" "$INSTDIR\addon\YaCy.ico" "" SW_SHOWMINIMIZED
SectionEnd
+/*
Section "YaCy in Startup"
SetShellVarContext current
CreateShortCut "$SMSTARTUP\YaCy.lnk" "$INSTDIR\startYACY.bat" "" "$INSTDIR\addon\YaCy.ico" "" SW_SHOWMINIMIZED
SectionEnd
+*/
Section "Uninstall"
IfFileExists "$INSTDIR\DATA\yacy.running" 0 +3
|
