Author: nextgens Date: 2008-08-07 10:42:28 +0000 (Thu, 07 Aug 2008) New Revision: 21654
Modified: trunk/apps/new_installer/l4j/installer.xml Log: new_installer: tell launch4j thatwe want a mutex to be set Modified: trunk/apps/new_installer/l4j/installer.xml =================================================================== --- trunk/apps/new_installer/l4j/installer.xml 2008-08-07 10:15:15 UTC (rev 21653) +++ trunk/apps/new_installer/l4j/installer.xml 2008-08-07 10:42:28 UTC (rev 21654) @@ -1,31 +1,44 @@ <launch4jConfig> - <headerType>gui</headerType> - <jar>../install.jar</jar> - <outfile>../install.exe</outfile> - <errTitle>Freenet 0.7</errTitle> - <chdir>.</chdir> - <downloadUrl>http://www.java.com/getjava/</downloadUrl> - <customProcName>true</customProcName> - <icon>../res/windows/freenet.ico</icon> - <jre> - <minVersion>1.5.0</minVersion> - </jre> - <splash> - <file>splash.bmp</file> - <waitForWindow>true</waitForWindow> - <timeout>60</timeout> - <timeoutErr>true</timeoutErr> - </splash> - <versionInfo> - <fileVersion>0.7.0.0</fileVersion> - <txtFileVersion> </txtFileVersion> - <fileDescription>Freenet 0.7 installer</fileDescription> - <copyright>Freenet Project Inc.</copyright> - <productVersion>0.7.0.0</productVersion> - <txtProductVersion> </txtProductVersion> - <productName>Freenet</productName> - <companyName>Freenet Project Inc.</companyName> - <originalFilename>install.exe</originalFilename> - <internalName> </internalName> - </versionInfo> -</launch4jConfig> + <dontWrapJar>false</dontWrapJar> + <headerType>gui</headerType> + <jar>../install.jar</jar> + <outfile>../install.exe</outfile> + <errTitle>Freenet 0.7</errTitle> + <cmdLine></cmdLine> + <chdir>.</chdir> + <priority>high</priority> + <downloadUrl>http://www.java.com/getjava/</downloadUrl> + <supportUrl></supportUrl> + <customProcName>true</customProcName> + <stayAlive>false</stayAlive> + <manifest></manifest> + <icon>../res/windows/freenet.ico</icon> + <singleInstance> + <mutexName>freenet-installer</mutexName> + <windowTitle></windowTitle> + </singleInstance> + <jre> + <path></path> + <minVersion>1.5.0</minVersion> + <maxVersion></maxVersion> + <jdkPreference>preferJre</jdkPreference> + </jre> + <splash> + <file>splash.bmp</file> + <waitForWindow>true</waitForWindow> + <timeout>60</timeout> + <timeoutErr>true</timeoutErr> + </splash> + <versionInfo> + <fileVersion>0.7.0.0</fileVersion> + <txtFileVersion> </txtFileVersion> + <fileDescription>Freenet 0.7 installer</fileDescription> + <copyright>Freenet Project Inc.</copyright> + <productVersion>0.7.0.0</productVersion> + <txtProductVersion> </txtProductVersion> + <productName>Freenet</productName> + <companyName>Freenet Project Inc.</companyName> + <internalName> </internalName> + <originalFilename>install.exe</originalFilename> + </versionInfo> +</launch4jConfig> \ No newline at end of file
