Bob <bob_j_hayes at ...> writes: >--snip--
I missed out a couple of steps : > - Get Contrib tree as usual, do what HowToMakeInstalls.txt says and IIRC I > also had to put UpdateSnapshot.exe in Contrib/wininstall/update > - Get latest windows Java (full offline version!) from www.java.com, put in > wininstall dir > - Edit JAVAINSTALLER line in freenet-java.nsi to match JRE exe name, e.g : > !define JAVAINSTALLER jre-1_5_0_05-windows-i586-p.exe - Edit freenet-java.nsi to include the freenet-modern.nsi, not the old freenet.nsi - Take out the JAVAINSTALLER define in freenet-modern.nsi; this needs cleaning properly, it's for now-useless functionality (downloading the latest naked, unbundled JRE from snapshots, it's not been there for ages and I believe can't be for licensing reasons) > - makensis freenet-java.nsi Also, I've got bzip2 support in now for compressed seednode download :) It needs a little cleanup and testing, but seems to work. In other news, the SourceForge throttling issue continues to be a problem but at least it seems to be reliably bypassed by cancelling a slow file download, then saying yes to the "do you want to retry" box. The retry should go at normal speed. Bob