Reputation: 2470
Am setting an installer for our application using Wix. Am using WixUI_Mondo dialog set. The problem is that ProgressDlg is displaying the status like this:
Status: Copying new files: File: [1], Directory: [9], Size: [6]
What would be missing in my wxs file?
Thanks!
PS: Am not customizing anything in the UI.
Upvotes: 1
Views: 264
Reputation: 2470
As this issue only appears with Windows 10 I was able to fix this by adding this element to my project wxs:
<UIRef Id="WixUI_ErrorProgressText" />
Upvotes: 2