WiX 4 Trying to get the application to run in the foreground #9101
Answered
by
robmen
Ken-Reighard
asked this question in
Questions
-
QuestionI am trying to launch an executable after the install is done. I'm not using the the UI. The executable launches, but it is buried in the background where I need it to be in the foreground. Any help with how to accomplish this? Here is my custom action configuration.
Open Source Maintenance Fee
|
Beta Was this translation helpful? Give feedback.
Answered by
robmen
Jul 9, 2025
Replies: 1 comment 1 reply
-
Yeah, you're fighting Windows here. They do not want apps that are not in the foreground to push other windows to the foreground. They argue it's bad for users. There are probably ways to hack around it, but Raymond Chen won't approve. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Ken-Reighard
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yeah, you're fighting Windows here. They do not want apps that are not in the foreground to push other windows to the foreground. They argue it's bad for users. There are probably ways to hack around it, but Raymond Chen won't approve.