From de8bc02e5fdb07d8e79ecc829e7bbcba72ce43a8 Mon Sep 17 00:00:00 2001 From: Lyubomir Marinov Date: Fri, 18 Feb 2011 13:40:26 +0000 Subject: [PATCH] Makes it possible to deploy a private Java Runtime Environment on Windows as part of the setup of SIP Communicator. --- resources/install/build.xml | 50 ++++++++++++++++--- .../install/windows/installer-windows.wxs | 26 ++++++++-- 2 files changed, 64 insertions(+), 12 deletions(-) diff --git a/resources/install/build.xml b/resources/install/build.xml index 04c0765d6..78f5e7f33 100644 --- a/resources/install/build.xml +++ b/resources/install/build.xml @@ -423,6 +423,9 @@ depends="load-properties"> + + + @@ -434,6 +437,9 @@ depends="load-properties"> + + + @@ -441,6 +447,12 @@ + + + + - + + + + + + + + + + + + - + + diff --git a/resources/install/windows/installer-windows.wxs b/resources/install/windows/installer-windows.wxs index f6840ba11..fb0d4cb69 100644 --- a/resources/install/windows/installer-windows.wxs +++ b/resources/install/windows/installer-windows.wxs @@ -109,7 +109,7 @@ - + @@ -184,6 +184,7 @@ Value="LaunchApplication"> = "1.5" AND NOT Installed]]> + + @@ -237,9 +239,11 @@ + + @@ -249,11 +253,13 @@ + + + + + + @@ -370,6 +380,7 @@ HAS_STARTUP_SHORTCUT + + + 1.5 + - @@ -404,7 +418,9 @@ - + + +