Author: nextgens Date: 2006-03-17 21:19:18 +0000 (Fri, 17 Mar 2006) New Revision: 8269
Added: trunk/apps/installer/freenet.ico trunk/apps/installer/launch4j.xml Log: installer : launch4j.xml created Added: trunk/apps/installer/freenet.ico =================================================================== (Binary files differ) Property changes on: trunk/apps/installer/freenet.ico ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/apps/installer/launch4j.xml =================================================================== --- trunk/apps/installer/launch4j.xml 2006-03-17 20:35:08 UTC (rev 8268) +++ trunk/apps/installer/launch4j.xml 2006-03-17 21:19:18 UTC (rev 8269) @@ -0,0 +1,32 @@ +<launch4jConfig> + <dontWrapJar>false</dontWrapJar> + <headerType>0</headerType> + <jar>/home/nextgens/src/freenet/antinstaller/installer/selfextractpack.jar</jar> + <outfile>/tmp/installer.exe</outfile> + <errTitle></errTitle> + <jarArgs></jarArgs> + <chdir></chdir> + <customProcName>false</customProcName> + <stayAlive>false</stayAlive> + <icon></icon> + <jre> + <path></path> + <minVersion>1.4.2</minVersion> + <maxVersion></maxVersion> + <initialHeapSize>128</initialHeapSize> + <maxHeapSize>256</maxHeapSize> + <args></args> + </jre> + <versionInfo> + <fileVersion>0.7.0.0</fileVersion> + <txtFileVersion>0.7.0-pre</txtFileVersion> + <fileDescription>Freenet 0.7 installer</fileDescription> + <copyright>The Freenet Project</copyright> + <productVersion>0.7.0.0</productVersion> + <txtProductVersion>0.7.0-pre</txtProductVersion> + <productName>Freenet 0.7</productName> + <companyName>The Freenet Project</companyName> + <internalName>Freenet 0.7</internalName> + <originalFilename>installer.exe</originalFilename> + </versionInfo> +</launch4jConfig> \ No newline at end of file
