From ce279d0bbd1b99bbc557806589c8417313e6bf10 Mon Sep 17 00:00:00 2001 From: Michael Schuster Date: Fri, 2 Oct 2020 02:36:29 +0200 Subject: [PATCH] Windows MSI: Add SKIPAUTOUPDATE property for the skipUpdateCheck setting Signed-off-by: Michael Schuster --- admin/win/msi/Nextcloud.wxs | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/admin/win/msi/Nextcloud.wxs b/admin/win/msi/Nextcloud.wxs index 4adaeba3b..59d1db237 100644 --- a/admin/win/msi/Nextcloud.wxs +++ b/admin/win/msi/Nextcloud.wxs @@ -60,6 +60,9 @@ + + + @@ -163,8 +166,8 @@ - - + + @@ -176,6 +179,14 @@ + + + + + + + + @@ -183,7 +194,8 @@ Description="$(var.AppName) $(var.VerDesc)"> - + + -- 2.30.2