From 4f146730d9da5cbaed44142101d3e4223beb547e Mon Sep 17 00:00:00 2001 From: Ming Rui Zhang <mingrui.zhang@savoirfairelinux.com> Date: Fri, 9 Oct 2020 12:39:17 -0400 Subject: [PATCH] installer: disable the interaction of the package with the Restart Manager. Change-Id: If5392c0c113d0e1e0a590b2ae72e2e6d8fdcf26a --- JamiInstaller/Product.wxs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/JamiInstaller/Product.wxs b/JamiInstaller/Product.wxs index d10f26184..cf8b8f773 100644 --- a/JamiInstaller/Product.wxs +++ b/JamiInstaller/Product.wxs @@ -7,6 +7,9 @@ <MajorUpgrade Schedule="afterInstallInitialize" AllowDowngrades="yes"/> <MediaTemplate EmbedCab="yes" CompressionLevel="high" /> + <!--Disables interaction of the package with the Restart Manager.--> + <Property Id="MSIRESTARTMANAGERCONTROL" Value="Disable" /> + <!--Icon File should be in release folder(not wix project), otherwise cannot be read--> <Icon Id="icon.ico" SourceFile="$(var.ReleaseDir)\jami.ico" /> <Property Id="ARPPRODUCTICON" Value="icon.ico" /> -- GitLab