Author: nextgens
Date: 2006-03-18 14:52:17 +0000 (Sat, 18 Mar 2006)
New Revision: 8274

Modified:
   trunk/apps/installer/launch4j.xml
Log:
installer : Removed hardcoded paths

Modified: trunk/apps/installer/launch4j.xml
===================================================================
--- trunk/apps/installer/launch4j.xml   2006-03-18 09:23:59 UTC (rev 8273)
+++ trunk/apps/installer/launch4j.xml   2006-03-18 14:52:17 UTC (rev 8274)
@@ -2,13 +2,13 @@
   <dontWrapJar>true</dontWrapJar>
   <headerType>0</headerType>
   <jar>selfextractpack.jar</jar>
-  <outfile>\\pc-gi-189\donnees\fdaignie\Mes documents\installer.exe</outfile>
+  <outfile>install.exe</outfile>
   <errTitle></errTitle>
   <jarArgs></jarArgs>
   <chdir></chdir>
   <customProcName>true</customProcName>
   <stayAlive>false</stayAlive>
-  <icon>C:\Utilitaires\cygwin\cygwin.ico</icon>
+  <icon>freenet.ico</icon>
   <jre>
     <path></path>
     <minVersion>1.4.2</minVersion>
@@ -27,6 +27,6 @@
     <productName>Freenet 0.7</productName>
     <companyName>The Freenet Project</companyName>
     <internalName>Freenet 0.7</internalName>
-    <originalFilename>installer.exe</originalFilename>
+    <originalFilename>install.exe</originalFilename>
   </versionInfo>
-</launch4jConfig>
\ No newline at end of file
+</launch4jConfig>


Reply via email to