Handling non-interactive sessions in a custom BA for a v4 installer #7759
-
We use a custom C# BA for our v3-based installers, and are migrating them to v4. Upgrades are often installed by a background Windows service, which is not in an interactive session and does not have any windows. With v3, passing Some stripped-down example code:
Is running installers in this sort of non-UI scenario something that should be expected to work? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Sure. Windows are required for a lot of what Burn is doing under the hood and NULL window handles aren't legal for some of them. But a hidden window is still a window. |
Beta Was this translation helpful? Give feedback.
Sure. Windows are required for a lot of what Burn is doing under the hood and NULL window handles aren't legal for some of them. But a hidden window is still a window.