]> granicus.if.org Git - icinga2/commitdiff
Revert "Windows: Remove requirement for KB2999226 (VS2015)"
authorMichael Friedrich <michael.friedrich@icinga.com>
Fri, 17 Nov 2017 09:58:31 +0000 (10:58 +0100)
committerMichael Friedrich <michael.friedrich@icinga.com>
Fri, 17 Nov 2017 11:59:26 +0000 (12:59 +0100)
This reverts commit 5c4a833116654c9f742ffec3bbcd5e593c57f80b.

icinga-installer/icinga2.wixpatch.cmake

index cc4aef13a6599c517d09938b95d6ac27df869b2c..099d940c4abcc3f70a8ed8227ad7e35520fb3c91 100644 (file)
     <Binary Id="icinga2_installer" SourceFile="$<TARGET_FILE:icinga-installer>" />
     
     <InstallExecuteSequence>
-      <!-- Removed for builds with VS2013, kept intact for VS2015 --> 
-      <!--
       <Custom Action='CheckForUCRT' Before='LaunchConditions'>
         <![CDATA[Not REMOVE="ALL" AND Not PREVIOUSFOUND AND UCRTINSTALLED = ""]]>
       </Custom>
-      -->
       <Custom Action="XtraUpgradeNSIS" After="InstallInitialize">$CM_CP_sbin.icinga2_installer.exe&gt;2</Custom>
       <Custom Action="XtraInstall" Before="InstallFinalize">$CM_CP_sbin.icinga2_installer.exe&gt;2</Custom>
       <Custom Action="XtraUninstall" Before="RemoveExistingProducts">$CM_CP_sbin.icinga2_installer.exe=2</Custom>
@@ -36,8 +33,6 @@
             Value="LaunchIcinga2Wizard">WIXUI_EXITDIALOGOPTIONALCHECKBOX = 1 and NOT Installed</Publish>
     </UI>
 
-    <!-- Removed for builds with VS2013, kept intact for VS2015 --> 
-    <!--
     <Property Id="UCRTINSTALLED" Secure="yes">
       <DirectorySearch Id="searchSystem2" Path="[SystemFolder]" Depth="0">
         <FileSearch Id="UCRT_FileSearch"
@@ -47,6 +42,5 @@
     </Property>
 
     <CustomAction Id="CheckForUCRT" Error="Installation cannot continue because the Microsoft Universal C Runtime is not installed. Please see https://support.microsoft.com/en-us/kb/2999226 for more details." />
-    -->
   </CPackWiXFragment>
 </CPackWiXPatch>