Skip to content
Snippets Groups Projects
Commit 4f146730 authored by Ming Rui Zhang's avatar Ming Rui Zhang Committed by Andreas Traczyk
Browse files

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

Change-Id: If5392c0c113d0e1e0a590b2ae72e2e6d8fdcf26a
parent 60c0ef19
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,9 @@ ...@@ -7,6 +7,9 @@
<MajorUpgrade Schedule="afterInstallInitialize" AllowDowngrades="yes"/> <MajorUpgrade Schedule="afterInstallInitialize" AllowDowngrades="yes"/>
<MediaTemplate EmbedCab="yes" CompressionLevel="high" /> <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 File should be in release folder(not wix project), otherwise cannot be read-->
<Icon Id="icon.ico" SourceFile="$(var.ReleaseDir)\jami.ico" /> <Icon Id="icon.ico" SourceFile="$(var.ReleaseDir)\jami.ico" />
<Property Id="ARPPRODUCTICON" Value="icon.ico" /> <Property Id="ARPPRODUCTICON" Value="icon.ico" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment