Show-InstallationWelcome -Closeapps popup window inconsistent size and orientation

When using the ShowinstallationWelcome Closeapps to prompt users to close open apps, I’m seeing a lot of inconsistency with how that prompt appears. It’s so bad sometimes that I can’t even justify rolling this out to users, as seen in the attached screenshot. Is there a better way to control the appearance of these things?

1 Like

What version of the PSADT are you using? - FYI v3.9.3 is the latest
Have you made any modifications to the AppDeployToolkitConfig.xml that may have changed the font sizing?
Can you attach the snippet of your code that shows your Show-InstallationWelcome
N.B. Remember to paste any code within the 3 single quotes using the </> button in the toolbar of the editor on this site.

1 Like

3.8.4. No modifications to the XML.

 Show-InstallationWelcome -CloseApps $apptoclose1 -CloseAppsCountdown 1800 -PersistPrompt -BlockExecution  
type or paste code here

Thank you for your response!

Ah, This sounds like this might be an open bug (Issue #792)

2 Likes

Thank you for your response! This is a major issue for us, so we have decided not to utilize the ShowInstallationWelcome function for handling open applications during deployments at this time. We have replaced the ShowInstallationWelcome code with some internally developed commands that are more reliable. Thanks again!

2 Likes