-
If I want to start the engine apply phase a window handle is needed. In v.5.0.0-rc.1 this is not good enough anymore.
This works for a "normal" install but not for an bundle upgrade.
So maybe someone has it working in v4 or v5.0.0-rc.1 and can give me a hint what I am doing wrong here. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
That messages happens when the |
Beta Was this translation helpful? Give feedback.
-
Here are logs from a test with a WiX StdBA bundle upgrade: And here from a custom BA bundle (I added some more debug messages to be sure that it is not a custom BA problem): I can not spot a difference besides that it fails at the apply. |
Beta Was this translation helpful? Give feedback.
-
Okay I finally got it working again. |
Beta Was this translation helpful? Give feedback.
Okay I finally got it working again.
Just for later reference:
I issue was that the Custom BA was not setting the window handle in quiet/embedded mode that the related bundle needs.
It seems that v3 somehow passed the apply handle to the related bundle and v4 and above does not do this.