I created the msi installer for my software using the wix tool. I am using integration with Microsoft_VC140_CRT.msm.
<DirectoryRef Id="SystemFolder" DiskId ="1">
<Merge Id="VC140_CRT" SourceFile="..." Language ="0"/>
</DirectoryRef>
During installation on Win 10 x64, an error occurs and the installer cancels the changes made in the system. In this case, the installer marks in the system log a warning that the application attempted to install an earlier version of the protected file C: \ WINDOWS \ System32 \ ucrtbase.dll. Event ID 1030.
How to disable msi installer logging in the system log?