diff options
| author | pca <pca@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2011-03-08 19:11:49 +0000 |
|---|---|---|
| committer | pca <pca@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2011-03-08 19:11:49 +0000 |
| commit | 8b94e33a3395b51fe08c834fa4c86ac08ee88df9 (patch) | |
| tree | 92de99575b2378a270f8e991e9ddc5a28d32f699 /build.nsi | |
| parent | b49f8894e1ea587f30106ebda80e7baf7aa41f3c (diff) | |
Cleanup for last commit (forget some unnecessary parts)
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7569 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'build.nsi')
| -rwxr-xr-x | build.nsi | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -224,6 +224,7 @@ SectionEnd ; FUNCTIONS
Function GetJRE
+
; based on http://nsis.sourceforge.net/Simple_Java_Runtime_Download_Script
${If} ${RunningX64}
StrCpy $3 ${JRE_64}
@@ -307,13 +308,6 @@ Function CheckDriveSpace Abort
${EndIf}
-; IntCmp $TempDriveFree ${RecommendSpace} EnoughSpace LowSpace EnoughSpace
-
-; LowSpace:
-; MessageBox MB_ICONEXCLAMATION|MB_YESNO "$(yacyNeedSpace)" IDYES NextPage
-; Abort
-
-; EnoughSpace:
NextPage:
FunctionEnd
|
