installer: disable the interaction of the package with the Restart Manager.

Change-Id: If5392c0c113d0e1e0a590b2ae72e2e6d8fdcf26a
This commit is contained in:
Ming Rui Zhang
2020-10-09 12:39:17 -04:00
committed by Andreas Traczyk
parent 60c0ef193a
commit 4f146730d9

View File

@@ -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" />