MSI windows pop up during installation with Managed Bootstrapper #7629
Replies: 3 comments 1 reply
-
Any idea or feedback on this topic? We don't want these MSI windows to be visible in our installer. |
Beta Was this translation helpful? Give feedback.
-
We are missing key information to really be helpful. For example, are you using Burn or a custom executable to install your MSI? |
Beta Was this translation helpful? Give feedback.
-
@robmen We are using a custom managed bootstrapper via
I also just noticed that in the original targets here MSIs are not signed. Could it be our mistake that we sign everything and this shouldn't be done? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We lately have seen that (without change in the installer) we get individual windows of the MSIs popping up during the installation. I assume this could be due to certain WIndows Policies that our IT has applied but I would like to understand:
We also launching some dynamically generated batch files from the .net code (setting UseShellExecute=true and CreateNoWindow=true) but still the batch files is shown visible. I thought this might be the same root cause you are familiar with.
Executing the same code in a normal .net executable doesn't give this behavior (the windows are hidden) that's why I ask here.
Beta Was this translation helpful? Give feedback.
All reactions