Disable MSI restart manager

refs #11449
This commit is contained in:
Gunnar Beutner 2016-04-12 15:30:28 +02:00
parent d8c81fd1e7
commit 187ee0db80
1 changed files with 1 additions and 0 deletions

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