4.1.3 - User interaction with installation

Hi

Apologies—I’ve dabbled with PSAppDeployToolkit but wouldn’t say I’m familiar with it.

We’re currently looking at deploying an application via Intune, but the installer requires the user to enter their print credentials during installation.

I revisited the 4.1 release notes and saw this:

“Up until now, it was not possible to display any user interface when deploying an application as SYSTEM using Intune (or any endpoint management tool) without using ServiceUI. Well, now it IS possible.”

From what I'm understanding now, this refers to the PSAppDeployToolkit interface rather than the installer’s native UI. Is that correct?

Given that our installer prompts for user input directly, would we still need to use ServiceUI.exe to present that interface when deploying via Intune?

Thanks in advance for your guidance.

Regards
Rob

Welcome to the community! You're hypothesis is correct, you'll still need ServiceUI for such an interactive process. There's nothing you can do to make the installation silent?

If you can wait until 4.1.4 releases this week, it'll have some fixes that will allow you to use ServiceUI via Start-ADTProcess so that you don't have to run the entire deployment through ServiceUI.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.