I need update some software without replacing software's config-file. But this config-file must be upgraded (add some lines). Is it possible to edit the config-file with msi (created by wix) without replacing it?
<Component Id="com6e3e974d3fe541ed8554485c716e6f40" Guid="{841fb431-8a04-4ee8-a53f-80a5af8f3aa3}">
<RemoveFile Id="A21" Name="N4GWSRV.exe.config" On="install" />
<File Id="fil20a15c96a7db4fa7924651e80c05764e" Name="N4GWSRV.exe.config" KeyPath="yes" DiskId="1" Source="C:\ATM\N4GWSrv\N4GWSRV.exe.config" />
</Component>