WiX: "Copying new files File: [1], Directory: [9], Size [6]" shown during installation of an MSI

Viewed 1605

Recently, I noticed the strange text mesages during installation of our MSI created in WiX 3.11 + VS 2017. I'm seeing "Copying new files File: [1], Directory: [9], Size [6]" text:

enter image description here

Similarly, I'm getting the following during uninstallation:

enter image description here

This happens on the latest Windows 10 Pro build 15063.296. I think I didn't notice this problem before. I tried the same installer on Win 7 that was not updated for some time and it worked correctly (or better):

enter image description here

I think I'm not alone, according to the screenshot on this page. But I couldn't find any information. Did you experience the same problem? If yes, is there a way to fix it?

1 Answers
Related