diff --git a/JamiInstaller/Product.wxs b/JamiInstaller/Product.wxs
index d10f26184891b2f5f746718f8dbd6ef6d68df383..cf8b8f773680091df78ca6e3c4ec2680385531c9 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" />