]> granicus.if.org Git - icinga2/commitdiff
Disable MSI restart manager
authorGunnar Beutner <gunnar.beutner@netways.de>
Tue, 12 Apr 2016 13:30:28 +0000 (15:30 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Wed, 13 Apr 2016 06:58:53 +0000 (08:58 +0200)
refs #11449

icinga2.wixpatch

index 58bee72920df8a1b29dea854a6c794693b26ea12..cc89fc032263f91591ea1e73157d1ce0a6dc543c 100644 (file)
@@ -1,6 +1,7 @@
 <CPackWiXPatch>
   <CPackWiXFragment Id="#PRODUCT">
     <Property Id="ALLUSERS">1</Property>
+    <Property Id="MSIRESTARTMANAGERCONTROL">Disable</Property>
 
     <CustomAction Id="XtraInstall" FileKey="CM_FP_sbin.icinga2_installer.exe" ExeCommand="install" Execute="deferred" Impersonate="no" />
     <CustomAction Id="XtraUninstall" FileKey="CM_FP_sbin.icinga2_installer.exe" ExeCommand="uninstall" Execute="deferred" Impersonate="no" />