Replies: 4 comments
-
Forgot to mention, the v4 logs do not contain any |
Beta Was this translation helpful? Give feedback.
-
I've made a bit of progress here. For some background, the installer using
And this worked fine with WiX v3. However, with WiX v4, it looks like this is no longer valid. It does work if the component does have "something to do" (sorry for the lack of a better explanation), for example, contains a
Is this expected with WiX v4? Comparing the source of |
Beta Was this translation helpful? Give feedback.
-
There were no fundamental changes in RemoveFolderEx between WiX v3 and v4. Please open a bug with a minimal repro and I can take a look. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've recently converted a WiX v3 installer project (that is running as part of a bundle) into a WiX v4 (together with the bundle project). The installer project is using RemoveFolderEx and works as expected with v3 but no longer removes the specified folders with v4. RemoveFolderEx is configured for uninstall.
Excerpt of the logs from the v3 uninstall:
And
v4 excerpt:
Any idea what's happening here? If the provided logs are inconclusive, please let me know.
Beta Was this translation helpful? Give feedback.
All reactions