Has anyone else experienced issues with the Show-InstallationPrompt not displaying correctly?
It’s almost like the dpi scaling goes haywire unless I use the -NoWait parameter, which defeats the purpose, because I want it to wait for the user’s interaction based on what button they click. If i call Show-InstallationPrompt without the -NoWait parameter, the form looks all squished, text is cut off and the buttons are all dis-proportioned. All other Prompts display okay. This happens in both v3.7.0 & v3.8.0 for me, but this only happens on a laptop and will display okay on a desktop monitor.
There is a comment line in the AppDeployToolMain.ps1 that states: “If the NoWait parameter is specified, launch a new PowerShell session to show the prompt asynchronously”. I suspect when it runs the prompt in another session, for whatever reason, it displays okay. Is there possibly a way I could always run the prompt in a new session to get around this? Appreciate the help!