Replies: 1 comment
-
Sounds like a buggy BA. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have an intermittent problem while installing a product using a Chocolatey package that employs WiX on a new virtual machine where the product has never before been installed. Usually, the installation of the product's two MSI packages works as expected, and the WiX log file includes the following:
Sometimes, with the same Chocolatey package and installing in the same way on a new virtual machine, the installation fails. The log file diverges from the log file of a successful installation after the "Apply Complete" line.
In the failed installation, the log file shows that WiX proceeds to find the two MSI packages that it just installed and raises an exception because the two MSI packages that it just installed are indeed installed. It is as if the installation started over. As I wrote above, this happens intermittently during the first installation of the product on a new virtual machine.
Beta Was this translation helpful? Give feedback.
All reactions