diff options
author | Damian Minkov <damencho@jitsi.org> | 2006-08-12 19:31:36 +0000 |
---|---|---|
committer | Damian Minkov <damencho@jitsi.org> | 2006-08-12 19:31:36 +0000 |
commit | be2c1e703cc690e6bc7d17cd892384e0d2240ed1 (patch) | |
tree | dd62f0a8a62f278b6c8299ba8e7b0fde80d27937 /resources/install/windows | |
parent | 777b87af76c93a849ee39602750f1a11d8a693de (diff) | |
download | jitsi-be2c1e703cc690e6bc7d17cd892384e0d2240ed1.zip jitsi-be2c1e703cc690e6bc7d17cd892384e0d2240ed1.tar.gz jitsi-be2c1e703cc690e6bc7d17cd892384e0d2240ed1.tar.bz2 |
Installatin files moved from wrong release to the correct resources directory
Diffstat (limited to 'resources/install/windows')
-rwxr-xr-x | resources/install/windows/7zS.sfx | bin | 0 -> 131553 bytes | |||
-rw-r--r-- | resources/install/windows/7zip.conf | 5 | ||||
-rwxr-xr-x | resources/install/windows/installer-windows.xml | 119 | ||||
-rwxr-xr-x | resources/install/windows/launcher.ini | 5 | ||||
-rwxr-xr-x | resources/install/windows/run.bat | 1 | ||||
-rw-r--r-- | resources/install/windows/sc-logo.ico | bin | 0 -> 4286 bytes | |||
-rwxr-xr-x | resources/install/windows/setup-sip-communicator.exe | bin | 0 -> 1260032 bytes | |||
-rwxr-xr-x | resources/install/windows/uninstall.bat | 1 | ||||
-rwxr-xr-x | resources/install/windows/windows_shortcut_specification.xml | 34 |
9 files changed, 165 insertions, 0 deletions
diff --git a/resources/install/windows/7zS.sfx b/resources/install/windows/7zS.sfx Binary files differnew file mode 100755 index 0000000..e0a7702 --- /dev/null +++ b/resources/install/windows/7zS.sfx diff --git a/resources/install/windows/7zip.conf b/resources/install/windows/7zip.conf new file mode 100644 index 0000000..9b0e04a --- /dev/null +++ b/resources/install/windows/7zip.conf @@ -0,0 +1,5 @@ +;!@Install@!UTF-8! +Title="SIP Communicator Installation" +BeginPrompt="Do you want to install this software?" +ExecuteFile="setup-sip-communicator.exe" +;!@InstallEnd@! diff --git a/resources/install/windows/installer-windows.xml b/resources/install/windows/installer-windows.xml new file mode 100755 index 0000000..1962cae --- /dev/null +++ b/resources/install/windows/installer-windows.xml @@ -0,0 +1,119 @@ +<installation version="1.0"> + <info> + <appname>SIPCommunicator</appname> + <appversion>1.0.draft</appversion> + <authors> + <author name="SIP Communicator" email="sc@sip-communicator.org" /> + </authors> + <url>http://sip-communicator.org/</url> + <javaversion>1.4</javaversion> + <uninstaller/> + </info> + <variables> + <variable name="app-version" value="1.0.draft"/> + <variable name="released-on" value="01/08/2006"/> + </variables> + + <guiprefs height="600" resizable="yes" width="800"/> + + <locale> + <langpack iso3="eng"/> + </locale> + <resources> + <res id="InfoPanel.info" src="resources/install/doc/readme.txt" parse="yes"/> + <res id="LicencePanel.licence" src="resources/install/doc/License.txt"/> + <res src="resources/install/windows/windows_shortcut_specification.xml" id="shortcutSpec.xml"/> + </resources> + + <native type="izpack" name="ShellLink.dll"/> + + <panels> + <panel classname="HelloPanel"/> + <panel classname="LicencePanel"/> + <panel classname="TargetPanel"/> + <panel classname="InstallPanel"/> + <panel classname="ShortcutPanel"/> + <panel classname="FinishPanel"/> + + </panels> + + <packs> + + <!-- The lib files --> + <pack name="lib" required="yes"> + <description>Include all libraries</description> + + <fileset targetdir="$INSTALL_PATH/lib" dir="lib"> + <include name="**/*.jar"/> + + <exclude name="junit*.jar"/> + <exclude name="**/jmf*/**"/> + <exclude name="native"/> + <exclude name="izpack"/> + </fileset> + + <file targetdir="$INSTALL_PATH/lib" src="lib/oscar.client.run.properties"/> + <file targetdir="$INSTALL_PATH/lib" src="lib/logging.properties"/> + </pack> + + <pack name="util" required="yes"> + <description>SIP Communicator util</description> + <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/util.jar"/> + </pack> + <pack name="configuration" required="yes"> + <description>SIP Communicator bundle configuration</description> + <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/configuration.jar"/> + </pack> + <pack name="file-access" required="yes"> + <description>SIP Communicator bundle File Access</description> + <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/fileaccess.jar"/> + </pack> + <pack name="protocol" required="yes"> + <description>SIP Communicator bundle Protocol</description> + <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/protocol.jar"/> + </pack> + <pack name="media" required="yes"> + <description>SIP Communicator bundle Media</description> + <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/media.jar"/> + </pack> + <pack name="protocol-icq" required="yes"> + <description>SIP Communicator bundle Protocol ICQ</description> + <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/protocol-icq.jar"/> + </pack> + <pack name="netaddress" required="yes"> + <description>SIP Communicator bundle Network Address</description> + <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/netaddr.jar"/> + </pack> + <pack name="metacontact-list" required="yes"> + <description>SIP Communicator bundle MetaContact List</description> + <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/meta-cl.jar"/> + </pack> + <pack name="history" required="yes"> + <description>SIP Communicator bundle History</description> + <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/history.jar"/> + </pack> + <pack name="msg-history" required="yes"> + <description>SIP Communicator bundle Message History</description> + <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/msghistory.jar"/> + </pack> + <pack name="swing-ui" required="yes"> + <description>SIP Communicator bundle Swing UI</description> + <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/swing-ui.jar"/> + </pack> + <pack name="icqaccregwizz" required="yes"> + <description>SIP Communicator bundle ICQ Account Registrattion Wizzard</description> + <file targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/icqaccregwizz.jar"/> + </pack> + + <!-- The executable files --> + <pack name="run" required="yes"> + <description>Exceutable</description> + + <file targetdir="$INSTALL_PATH" src="resources/install/windows/run.bat"/> + <file targetdir="$INSTALL_PATH" src="resources/install/windows/uninstall.bat"/> + <file targetdir="$INSTALL_PATH" src="resources/install/windows/sc-logo.ico"/> + <executable targetfile="$INSTALL_PATH/run.bat" stage="never"/> + </pack> + </packs> + +</installation> diff --git a/resources/install/windows/launcher.ini b/resources/install/windows/launcher.ini new file mode 100755 index 0000000..97a7d14 --- /dev/null +++ b/resources/install/windows/launcher.ini @@ -0,0 +1,5 @@ +jar = SC-install-windows-1.0.rc1.jar +download = http://java.sun.com/j2se/1.4.2/download.html + +[win32] +jre = jre/jre-windows.exe diff --git a/resources/install/windows/run.bat b/resources/install/windows/run.bat new file mode 100755 index 0000000..ea05393 --- /dev/null +++ b/resources/install/windows/run.bat @@ -0,0 +1 @@ +start javaw -classpath "lib/JainSipApi1.1.jar;lib/Stun4J.jar;lib/architectureviewer1.1.jar;lib/bcprov-jdk14-130.jar;lib/jaxen-1.1-beta-8.jar;lib/joscar-0.9.4-cvs-bin.jar;lib/moduleloader.jar;lib/nist-sdp-1.0.jar;lib/nist-sip-1.2.jar;lib/oscar-aim.jar;lib/oscar.jar;lib/osgi.jar;lib/retroweaver-rt.jar;lib/retroweaver.jar;lib/servicebinder.jar" -Dicq.custom.message.charset=windows-1251 -Doscar.config.properties=file:./lib/oscar.client.run.properties -Djava.util.logging.config.file=lib/logging.properties org.ungoverned.oscar.Main diff --git a/resources/install/windows/sc-logo.ico b/resources/install/windows/sc-logo.ico Binary files differnew file mode 100644 index 0000000..ca321ce --- /dev/null +++ b/resources/install/windows/sc-logo.ico diff --git a/resources/install/windows/setup-sip-communicator.exe b/resources/install/windows/setup-sip-communicator.exe Binary files differnew file mode 100755 index 0000000..11c892a --- /dev/null +++ b/resources/install/windows/setup-sip-communicator.exe diff --git a/resources/install/windows/uninstall.bat b/resources/install/windows/uninstall.bat new file mode 100755 index 0000000..0442d68 --- /dev/null +++ b/resources/install/windows/uninstall.bat @@ -0,0 +1 @@ +start javaw -jar Uninstaller/uninstaller.jar diff --git a/resources/install/windows/windows_shortcut_specification.xml b/resources/install/windows/windows_shortcut_specification.xml new file mode 100755 index 0000000..009fbd9 --- /dev/null +++ b/resources/install/windows/windows_shortcut_specification.xml @@ -0,0 +1,34 @@ +<shortcuts> + <!--skipIfNotSupported/--> + <programGroup defaultName="SIPCommunicator" location="applications"/> + <shortcut + name="SIP Communicator" + target="$INSTALL_PATH\run.bat" + workingDirectory="$INSTALL_PATH" + description="This starts SIP Communicator Application" + iconFile="$INSTALL_PATH\sc-logo.ico" + iconIndex="0" + initialState="noShow" + programGroup="yes" + desktop="yes" + applications="no" + startMenu="no" + startup="no"> + <createForPack name="run" /> + </shortcut> + <shortcut + name="Uninstall SIP Communicator" + target="$INSTALL_PATH\uninstall.bat" + workingDirectory="$INSTALL_PATH" + description="This uninstalls SIP Communicator" + iconFile="$INSTALL_PATH\sc-logo.ico" + iconIndex="0" + initialState="noShow" + programGroup="yes" + desktop="no" + applications="no" + startMenu="no" + startup="no"> + <createForPack name="run" /> + </shortcut> +</shortcuts> |