Commit bd93a3f8 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Updated installer/build.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1291 b35dd754-fafc-0310-a699-88a17e54d16e
parent f0e74be2
......@@ -106,6 +106,9 @@
<property name="installer.app_name" value="Jive Messenger" />
<property name="installer.app_short_name" value="jive_messenger" />
<property name="installer.product_name" value="messenger" />
<property name="installer.application_id" value="6886-9911-0474-3571"/>
<property name="installer.unix_install_dir" value="jive_messenger"/>
<property name="installer.windows_install_dir" value="Jive Messenger"/>
<property name="installer.publisher" value="Jive Software" />
<property name="installer.publisher_url" value="www.jivesoftware.org" />
<property name="installer.file_prefix" value="${installer.app_short_name}" />
......@@ -233,6 +236,7 @@
<mkdir dir="${target.i18n.dir}" />
<copy file="${src.i18n.dir}/${i18n.basename}_${i18n.default.locale}.properties"
tofile="${target.i18n.dir}/${i18n.basename}.properties" />
</target>
<!-- jar =================================================================================== -->
......@@ -734,6 +738,9 @@
<variable name="PUBLISHER_URL" value="${installer.publisher_url}" />
<variable name="FILE_PREFIX" value="${installer.app_short_name}" />
<variable name="RELEASE_ROOT_PATH" value="${installer.release_root_path}" />
<variable name="APPLICATION_ID" value="${installer.application_id}" />
<variable name="UNIX_INSTALL_DIR" value="${installer.unix_install_dir}" />
<variable name="WINDOWS_INSTALL_DIR" value="${installer.windows_install_dir}" />
</install4j>
</target>
......
......@@ -39,7 +39,7 @@
<launchers>
<launcher name="Jive Messenger" id="2" external="false" excludeFromMenu="true" menuName="" icnsFile="" pngIcon16File="./images/service-16x16.png" pngIcon32File="./images/service-32x32.png" macServiceDependencies="" allowUserChangeServiceStartType="true">
<executable name="%PRODUCT_NAME%-service" type="1" iconSet="true" iconFile="./images/service.ico" executableDir="bin" redirectStderr="true" stderrFile="../logs/stderror.log" redirectStdout="true" stdoutFile="../logs/stdout.log" failOnStderrOutput="true" executableMode="3" changeWorkingDirectory="true" workingDirectory="." singleInstance="true" serviceStartType="2" serviceDependencies="" serviceDescription="%APP_NAME%" jreLocation="">
<versionInfo include="true" fileVersion="" companyName="" fileDescription="%APP_NAME% Server" legalCopyright="%PUBLISHER%" productVersion="" internalName="%APP_NAME%" />
<versionInfo include="true" fileVersion="" companyName="" fileDescription="%APP_NAME%" legalCopyright="%PUBLISHER%" productVersion="" internalName="%APP_NAME%" />
</executable>
<splashScreen show="false" autoOff="true" alwaysOnTop="true" width="0" height="0" bitmapFile="">
<text>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment