[WiX4] WixUI: Next button does nothing #6549
Unanswered
jan-tosovsky-cz
asked this question in
Questions
Replies: 1 comment
-
There may be several msixexec.exe processes running and they run for a while after an install is completed. This is normal Windows Installer behavior. |
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
-
My goal is to show a dialog before the installation and another after the installation finishes.
To my config I've added this specification based on minimal configuration example here https://github.com/wixtoolset/UI.wixext/blob/master/src/wixlib/WixUI_Minimal.wxs (not sure it is applicable for V4)
It is built properly when referencing the WixUI extension:
wix build -ext C:\my-project\.wix\extensions\WixToolset.UI.wixext\4.0.0-preview.0\tools\WixToolset.UI.wixext.dll installer.wxs
When installer is executed, the Welcome dialog is shown, but the Next button does nothing. However, Cancel button works as expected (asking whether really exit or not).
Could be related: There are two msiexec.exe instances in Task manager when installer is started. One running under my user account while another for SYSTEM account. When installation is cancelled, only that user instance is closed. That SYSTEM is still running (until killed manually).
Is this a configuration problem or rather something in the engine? Can I somehow enable logging to triage the root cause?
Beta Was this translation helpful? Give feedback.
All reactions