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

Updating installer.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1287 b35dd754-fafc-0310-a699-88a17e54d16e
parent 0178c18c
...@@ -21,6 +21,8 @@ ...@@ -21,6 +21,8 @@
<variable name="RELEASE_FULL_PATH" value="%RELEASE_ROOT_PATH%\%RELEASE_DIR%" /> <variable name="RELEASE_FULL_PATH" value="%RELEASE_ROOT_PATH%\%RELEASE_DIR%" />
<variable name="FILE_PREFIX" value="" /> <variable name="FILE_PREFIX" value="" />
<variable name="APPLICATION_ID" value="6886-9911-0474-3571" /> <variable name="APPLICATION_ID" value="6886-9911-0474-3571" />
<variable name="UNIX_INSTALL_DIR" value="jive_messenger" />
<variable name="WINDOWS_INSTALL_DIR" value="Jive Messenger" />
</variables> </variables>
</application> </application>
<files> <files>
...@@ -156,7 +158,7 @@ ...@@ -156,7 +158,7 @@
<customScreens /> <customScreens />
</installerGui> </installerGui>
<mediaSets> <mediaSets>
<win32 name="Windows" id="3" mediaFileName="" installDir="%APP_NAME% Server" allLaunchers="false" includedJRE="windows-x86-1.5.0_02_server" manualJREEntry="false" bundleType="1" jreURL="" jreFtpURL="" jreShared="false" customInstallBaseDir="" allowUserStartAfterFinish="true" launchExecutableId="12" createUninstallIcon="true" overrideLicenseFile="false" licenseFile="" overridePreInformationFile="false" preInformationFile="" overridePostInformationFile="false" postInformationFile="" adminRequired="true" languageID="en" modeDesktopIcon="1" desktopLauncherId="12" programGroup="%APP_NAME% Server" allowUserDisableStartMenuCreation="true" reboot="false" rebootUninstaller="false" modeQuickLaunchIon="1"> <win32 name="Windows" id="3" mediaFileName="" installDir="%WINDOWS_INSTALL_DIR%" allLaunchers="false" includedJRE="windows-x86-1.5.0_02_server" manualJREEntry="false" bundleType="1" jreURL="" jreFtpURL="" jreShared="false" customInstallBaseDir="" allowUserStartAfterFinish="true" launchExecutableId="12" createUninstallIcon="true" overrideLicenseFile="false" licenseFile="" overridePreInformationFile="false" preInformationFile="" overridePostInformationFile="false" postInformationFile="" adminRequired="true" languageID="en" modeDesktopIcon="1" desktopLauncherId="12" programGroup="%APP_NAME%" allowUserDisableStartMenuCreation="true" reboot="false" rebootUninstaller="false" modeQuickLaunchIon="1">
<selectedLaunchers> <selectedLaunchers>
<launcher id="2" /> <launcher id="2" />
<launcher id="12" /> <launcher id="12" />
...@@ -174,16 +176,12 @@ ...@@ -174,16 +176,12 @@
<entry name="Readme" target="README.html" icon="" /> <entry name="Readme" target="README.html" icon="" />
</additionalStartMenuEntries> </additionalStartMenuEntries>
</win32> </win32>
<linuxRPM name="Linux RPM" id="18" mediaFileName="" installDir="/opt/jive_%PRODUCT_NAME%" allLaunchers="false" includedJRE="linux-x86-1.5.0_02" manualJREEntry="false" customScriptMode="1" customScriptFile="" os="linux" arch="i386"> <linuxRPM name="Linux RPM" id="18" mediaFileName="" installDir="/opt/%UNIX_INSTALL_DIR%" allLaunchers="false" includedJRE="linux-x86-1.5.0_02" manualJREEntry="false" customScriptMode="1" customScriptFile="" os="linux" arch="i386">
<selectedLaunchers> <selectedLaunchers>
<launcher id="22" /> <launcher id="22" />
</selectedLaunchers> </selectedLaunchers>
<messageSet language="English" /> <messageSet language="English" />
<exclude> <exclude />
<entry location="bin/extra" launcher="false" />
<entry location="bin/messenger.bat" launcher="false" />
<entry location="bin/messenger.sh" launcher="false" />
</exclude>
<variables /> <variables />
<customScriptLines /> <customScriptLines />
</linuxRPM> </linuxRPM>
......
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