Trying to upgrade the msi in which a component has its ID,GUID and FileID are changed using harvesting. I am expecting WiX to treat this as a new component and install it straight away. The log also shows states the same
MSI (s) (00:14) [21:23:39:980]: Component: NLog.config; Installed: Absent; Request: Local; Action: Local
As the Installed State is absent and the Request and Action are local, the component should be installed. But NLog.config is not getting installed in our case.
Did anyone else face the same issue or have a solution for this?