Author: nextgens
Date: 2007-12-13 13:12:52 +0000 (Thu, 13 Dec 2007)
New Revision: 16510

Modified:
   trunk/apps/new_installer/l4j/installer.xml
Log:
new_installer: work around vista's UAC renaming the file

Modified: trunk/apps/new_installer/l4j/installer.xml
===================================================================
--- trunk/apps/new_installer/l4j/installer.xml  2007-12-12 22:19:30 UTC (rev 
16509)
+++ trunk/apps/new_installer/l4j/installer.xml  2007-12-13 13:12:52 UTC (rev 
16510)
@@ -1,7 +1,7 @@
 <launch4jConfig>
        <headerType>gui</headerType>
        <jar>../install.jar</jar>
-       <outfile>../setup.exe</outfile>
+       <outfile>../install.exe</outfile>
        <errTitle>Freenet 0.7</errTitle>
        <chdir>.</chdir>
        <downloadUrl>http://www.java.com/getjava/</downloadUrl>
@@ -25,7 +25,7 @@
                <txtProductVersion> </txtProductVersion>
                <productName>Freenet</productName>
                <companyName>Freenet Project Inc.</companyName>
-               <originalFilename>setup.exe</originalFilename>
+               <originalFilename>install.exe</originalFilename>
                <internalName> </internalName>
        </versionInfo>
 </launch4jConfig>


Reply via email to