Interactive Install Windows Question

Hello there everyone, hopefully, what I have been seeing happened to someone else in here.

So I wanted to ask if anyone has come across where you have an application package running in Interactive Mode by the end-user and the package installs everything, but the Installing… interactive message box continues to show? It didn’t happen with me that often, but when it does, I have to kill the PS task to get rid of the interactive message box.

Does anyone have any feedback on this weird issue?

Thank You :slight_smile:

I think you need to be a bit more specific. I can depend on the setup you are trying to run.maybe it doesn’t support silent installations.
Can you share your commandline?

Thank you for the response. This is mostly with MSI Installer and I usually use the parameters that are used with MSI Installer Types. Its hard when it doesn’t happen all the time and happens randomly.

What I do is edit the xml file where the silent parameters are for msi files and change /QB to /QN

WITH /QB you stil see a basic gui.

Also use -addparameters instead of -parameters.

That way you only need to add properties you want to overwrite. Or use a mst file.

That way it should always be silent.