Author: Zero3 Date: 2009-02-01 14:06:19 +0000 (Sun, 01 Feb 2009) New Revision: 25458
Modified: trunk/apps/wininstaller/src_freenetinstaller/FreenetInstaller.ahk Log: Default datastore requirement back to 256 MB (revert of r25233) Modified: trunk/apps/wininstaller/src_freenetinstaller/FreenetInstaller.ahk =================================================================== --- trunk/apps/wininstaller/src_freenetinstaller/FreenetInstaller.ahk 2009-01-31 23:48:12 UTC (rev 25457) +++ trunk/apps/wininstaller/src_freenetinstaller/FreenetInstaller.ahk 2009-02-01 14:06:19 UTC (rev 25458) @@ -24,7 +24,7 @@ _ButtonWidth := 100 ; Width of our buttons _RequiredJRE := 1.5 ; Java version required by Freenet. If not found, user will be asked to upgrade/install via the bundled online installer -_UsedFreeSpace := _Inc_InstallSize+100 ; What we actually need. Installation size + default datastore size +_UsedFreeSpace := _Inc_InstallSize+256 ; What we actually need. Installation size + default datastore size _RequiredFreeSpace := _UsedFreeSpace+512 ; In MB, how much free space do we require to install? What we actually use + enough free space for Windows to continue operating (in case install dir is on system drive... and to not block the drive in general) _InternalPathLength := 75 ; Length of longest path within the Freenet installation. Installation will refuse to continue if install path + this number exceeds 255 (FAT32 and NTFS limit) _______________________________________________ cvs mailing list [email protected] http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs
