From c515f9bd00bfa10396a5f1cd9a8cb3d92a354b41 Mon Sep 17 00:00:00 2001 From: Damian Minkov Date: Thu, 10 Jul 2014 14:45:54 +0300 Subject: [PATCH] Adds option to disable check for updates on startup in windows installer. --- resources/install/build.xml | 1 + .../DefaultOverridesProps.wxi.template | 24 ++++++++++ resources/install/windows/en-us.wxl | 2 + resources/install/windows/fr-fr.wxl | 2 + .../install/windows/installer-windows.wxs | 47 +++++++++++++++---- 5 files changed, 68 insertions(+), 8 deletions(-) diff --git a/resources/install/build.xml b/resources/install/build.xml index 4036c3575..6cb6a24b3 100644 --- a/resources/install/build.xml +++ b/resources/install/build.xml @@ -582,6 +582,7 @@ + diff --git a/resources/install/windows/DefaultOverridesProps.wxi.template b/resources/install/windows/DefaultOverridesProps.wxi.template index 222bd64b0..d4f65579e 100644 --- a/resources/install/windows/DefaultOverridesProps.wxi.template +++ b/resources/install/windows/DefaultOverridesProps.wxi.template @@ -8,6 +8,30 @@ --> + + + + + + &Auto-start when computer restarts or reboots &Associate Protocols M&ake [ProductName] the default Instant Messaging Provider (Outlook integration) + &Disable check for updates on startup + &Various Settings diff --git a/resources/install/windows/fr-fr.wxl b/resources/install/windows/fr-fr.wxl index 76f7da715..4dcf62188 100644 --- a/resources/install/windows/fr-fr.wxl +++ b/resources/install/windows/fr-fr.wxl @@ -18,6 +18,8 @@ Lancer automatiquement quand l’ordinateur démarre &Protocoles associés M&ake [ProductName] the default Instant Messaging Provider (Outlook integration) + &Disable check for updates on startup + &Various Settings diff --git a/resources/install/windows/installer-windows.wxs b/resources/install/windows/installer-windows.wxs index 1e31d2e19..3f4f07b28 100644 --- a/resources/install/windows/installer-windows.wxs +++ b/resources/install/windows/installer-windows.wxs @@ -193,15 +193,18 @@ - - - - - + + + - - - + + + + + + + + @@ -294,6 +297,12 @@ + + + + + + @@ -333,6 +342,14 @@ Id="SetCREATE_STARTUP_REGISTRY" Property="CREATE_STARTUP_REGISTRY" Value="1" /> + + + + + + + + @@ -443,6 +466,14 @@ HAS_STARTUP_SHORTCUT + + +