I have a Windows installer package which causes Windows repair mechanism to pop up randomly. From the event viewer logs, I see the below message
Detection of product 'Product ID'. feature 'feature_name' failed during request for component 'component id'
However apart from this I don't see any other messages in the Event viewer's Application logs. According to this MSDN article https://learn.microsoft.com/en-us/windows/win32/msi/searching-for-a-broken-feature-or-component, I see that the above message should be followed by another message given below
Detection of product 'MyProduct', feature 'MyFeature', component 'MyComponent' failed
But I don't see this message in the Event Viewer logs and I am confused by this issue on how to fix it. Any idea on what is causing this?