@@ -305,13 +305,13 @@ ${WIX_EXTRA_FEATURES}
305305 <Directory Id =" MINIFIPROP.D" Name =" minifi.properties.d" >
306306 <Component Id =" UpdateConfig" Guid =" 87658309-0339-425c-8633-f54ffaaa4945" Permanent =" yes" >
307307 <CreateFolder />
308- <IniFile Id =" ConfigFileA" Action =" addLine" Name =" 10_installer_properties " Directory =" MINIFIPROP.D" Section =" c2props" Key =" nifi.c2.agent.class" Value =" [AGENT_CLASS]" />
309- <IniFile Id =" ConfigFileI" Action =" addLine" Name =" 10_installer_properties " Directory =" MINIFIPROP.D" Section =" c2props" Key =" nifi.c2.agent.identifier" Value =" [AGENT_IDENTIFIER]" />
310- <IniFile Id =" ConfigFileE" Action =" addLine" Name =" 10_installer_properties " Directory =" MINIFIPROP.D" Section =" c2props" Key =" nifi.c2.enable" Value =" true" />
311- <IniFile Id =" ConfigFileT" Action =" addLine" Name =" 10_installer_properties " Directory =" MINIFIPROP.D" Section =" c2props" Key =" nifi.c2.agent.heartbeat.period" Value =" [AGENT_HEARTBEAT]" />
312- <IniFile Id =" ConfigFileS" Action =" addLine" Name =" 10_installer_properties " Directory =" MINIFIPROP.D" Section =" c2props" Key =" nifi.c2.rest.path.base" Value =" [SERVER_PATH_BASE]" />
313- <IniFile Id =" ConfigFileH" Action =" addLine" Name =" 10_installer_properties " Directory =" MINIFIPROP.D" Section =" c2props" Key =" nifi.c2.rest.url" Value =" [SERVER_HEARTBEAT]" />
314- <IniFile Id =" ConfigFileAck" Action =" addLine" Name =" 10_installer_properties " Directory =" MINIFIPROP.D" Section =" c2props" Key =" nifi.c2.rest.url.ack" Value =" [SERVER_ACK]" />
308+ <IniFile Id =" ConfigFileA" Action =" addLine" Name =" 10_installer.properties " Directory =" MINIFIPROP.D" Section =" c2props" Key =" nifi.c2.agent.class" Value =" [AGENT_CLASS]" />
309+ <IniFile Id =" ConfigFileI" Action =" addLine" Name =" 10_installer.properties " Directory =" MINIFIPROP.D" Section =" c2props" Key =" nifi.c2.agent.identifier" Value =" [AGENT_IDENTIFIER]" />
310+ <IniFile Id =" ConfigFileE" Action =" addLine" Name =" 10_installer.properties " Directory =" MINIFIPROP.D" Section =" c2props" Key =" nifi.c2.enable" Value =" true" />
311+ <IniFile Id =" ConfigFileT" Action =" addLine" Name =" 10_installer.properties " Directory =" MINIFIPROP.D" Section =" c2props" Key =" nifi.c2.agent.heartbeat.period" Value =" [AGENT_HEARTBEAT]" />
312+ <IniFile Id =" ConfigFileS" Action =" addLine" Name =" 10_installer.properties " Directory =" MINIFIPROP.D" Section =" c2props" Key =" nifi.c2.rest.path.base" Value =" [SERVER_PATH_BASE]" />
313+ <IniFile Id =" ConfigFileH" Action =" addLine" Name =" 10_installer.properties " Directory =" MINIFIPROP.D" Section =" c2props" Key =" nifi.c2.rest.url" Value =" [SERVER_HEARTBEAT]" />
314+ <IniFile Id =" ConfigFileAck" Action =" addLine" Name =" 10_installer.properties " Directory =" MINIFIPROP.D" Section =" c2props" Key =" nifi.c2.rest.url.ack" Value =" [SERVER_ACK]" />
315315 <Condition ><![CDATA[ ENABLEC2="1"]]> </Condition >
316316 </Component >
317317 </Directory >
0 commit comments