-
Hello everyone, I have a very basic Wix4 bundle with two MSIs (SetupProject1 and SetupProject2) in a chain. Each package is marked as Each of the MSIs install just two files and are upgraded via On upgrade if the second MSI fails, the first MSI is not reinstalled, only the second one, and I just don't know how I have to configure my Bundle / the child MSIs to get the bundle to re-install version 1 of the first MSI. I've attached archives which contain V1 and V2 of my simple bundle. The V2 will always fail because of a CA in the second MSI. On upgrade, the following logs are created: The thing which really confuses me: in the rollback log of the bundle I see: I have searched around the web how to fix this but maybe I am just to blind to see the solution right in front of my eyes. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
There is an issue open about this. You can search for it. Note: It may be closed. |
Beta Was this translation helpful? Give feedback.
-
This is a bug - #7081 |
Beta Was this translation helpful? Give feedback.
-
Finally had the time to re-test. Thank you all very much. |
Beta Was this translation helpful? Give feedback.
Finally had the time to re-test.
Fix confirmed in 4.0.0-rc2
Thank you all very much.