Software Install with user interaction dialogue

OS: Windows 10 Enterprise x64
BigFix: 9.5.13

I have some applications to install where the publisher does not offer a silent install option. The application is not available in an .msi and I haven’t been able to extract an .msi from the self extracting executable.

They have an option to run Quiet which is the install with dialogue showing that doesn’t require user input.

I think I already know the answer to this but my question… Is there any way to make BigFix allow dialogue to pop up during an install?

Take a look at the “waitdetached” action https://developer.bigfix.com/action-script/reference/execution/waitdetached.html

If you need more control, you can investigate the “override” action command at https://developer.bigfix.com/action-script/reference/execution/override.html