1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-03-28 14:56:19 +01:00

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