This is an automated email from the ASF dual-hosted git repository.

szaszm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git

commit 6611d508e33ed52b846f3df2bd6ce2dac1c0e5e4
Author: Gabor Gyimesi <gamezb...@gmail.com>
AuthorDate: Thu Mar 14 15:01:22 2024 +0100

    MINIFICPP-2203 Add support for building Windows MSI without any 
redistributables included
    
    Closes #1736
    
    Signed-off-by: Marton Szasz <sza...@apache.org>
---
 msi/WixWin.wsi.in | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/msi/WixWin.wsi.in b/msi/WixWin.wsi.in
index 4c269dfcd..b50498084 100644
--- a/msi/WixWin.wsi.in
+++ b/msi/WixWin.wsi.in
@@ -350,11 +350,10 @@ ${WIX_EXTRA_FEATURES}
                         RestartServiceDelayInSeconds="60"/>
                 </ServiceInstall>
                 <RegistryValue Root="HKLM" 
Key="SYSTEM\CurrentControlSet\Services\Apache NiFi MiNiFi" Type="integer" 
Name="DelayedAutostart" Value="1"/>
-                <!--
                 <ServiceControl Id="ServiceControl_Start"
                       Name="Apache NiFi MiNiFi"
                       Start="install"
-                      Wait="no" />-->
+                      Wait="no" />
                 <ServiceControl Id="ServiceControl_Stop"
                                 Name="Apache NiFi MiNiFi"
                                 Stop="both"
@@ -379,11 +378,10 @@ ${WIX_EXTRA_FEATURES}
                                 Start="auto"
                                 Interactive="no" />
                 <RegistryValue Root="HKLM" 
Key="SYSTEM\CurrentControlSet\Services\Apache NiFi MiNiFi" Type="integer" 
Name="DelayedAutostart" Value="1"/>
-                <!--
-                <ServiceControl Id="ServiceControl_Start"
+                <ServiceControl Id="ServiceControl_Start_WithPassword"
                       Name="Apache NiFi MiNiFi"
                       Start="install"
-                      Wait="no" />-->
+                      Wait="no" />
                 <ServiceControl Id="ServiceControl_Stop_WithPassword"
                                 Name="Apache NiFi MiNiFi"
                                 Stop="both"

Reply via email to