The msi log file status does not reflect the installation files status #6622
-
Trying to upgrade the msi in which a component has its ID,GUID and FileID are changed using harvesting. 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. Did anyone else face the same issue or have a solution for this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
WiX doesn't use issues for support. We moved this issue to the experimental GitHub discussions area. You might also consider asking your question on the wix-users mailing list or posting on Stack Overflow. |
Beta Was this translation helpful? Give feedback.
-
New GUID means the Component isn't installed. Try reading: https://robmensching.com/blog/posts/2003/10/18/component-rules-101/ |
Beta Was this translation helpful? Give feedback.
New GUID means the Component isn't installed. Try reading: https://robmensching.com/blog/posts/2003/10/18/component-rules-101/