Page 1 of 1

Post-installation: "Interactive service detection" window

Published: November 18, 2015 - 11:25 AM
by felie45
Hello,

Following the update of a program (JunosPulse.x86.msi) via `run(r'"JunosPulse.x86.msi" /q /norestart')`, I get a "Detect Interactive Services" window on the remote Windows 7 machine with the following message:
"A program running on this computer is trying to display a message."

The program (JunosPulse) seems to have been updated correctly on the client machine, but there must be something I'm missing regarding the installation script. Does anyone have any ideas?

Thank you in advance for your suggestions.

Re: Post-install: "Interactive service detection" window

Published: November 18, 2015 - 12:05 PM
by sfonteneau
In my opinion, it's the Windows service "interactive-services-detection".

Since wapt doesn't appear (it's running under a system account), the system thinks "a program running on this computer is trying to display a message".

We need to see if the software being installed is actually expecting interaction or if it's simply a dialog box with a progress status that appears. -

Simon